fix(bridge_v2): don't spawn buffer workers for `simple_{,a}sync_internal_buffer`

This commit is contained in:
Thales Macedo Garitezi 2023-10-27 10:30:03 -03:00
parent 951184014e
commit f8d330c2f3
1 changed files with 2 additions and 2 deletions

View File

@ -234,9 +234,9 @@ install_bridge_v2(
%% We might need to create buffer workers for Bridge V2 %% We might need to create buffer workers for Bridge V2
case get_query_mode(BridgeV2Type, Config) of case get_query_mode(BridgeV2Type, Config) of
%% the Bridge V2 has built-in buffer, so there is no need for resource workers %% the Bridge V2 has built-in buffer, so there is no need for resource workers
simple_sync -> simple_sync_internal_buffer ->
ok; ok;
simple_async -> simple_async_internal_buffer ->
ok; ok;
%% The Bridge V2 is a consumer Bridge V2, so there is no need for resource workers %% The Bridge V2 is a consumer Bridge V2, so there is no need for resource workers
no_queries -> no_queries ->