Skip to content

Commit 4e97013

Browse files
Revert "Use default work pool for definition import"
This reverts commit 1a60b43.
1 parent 21a63b2 commit 4e97013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rabbit_definitions.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ do_concurrent_for_all(List, WorkPoolFun) ->
350350
%% keys are expected to be atoms
351351
ok = gatherer:fork(Gatherer),
352352
worker_pool:submit_async(
353+
?IMPORT_WORK_POOL,
353354
fun() ->
354355
try
355356
WorkPoolFun(M)

0 commit comments

Comments
 (0)