X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Fpools%2Futils.ts;h=df9c256e95390d0731b730ae6726678d5bcbdfb7;hb=00773faaaac2b2599bdc66823796d0c38b165bde;hp=b7b38ac4a874f279f316929a80514f306b60390a;hpb=59ca7cfff23a8ad84efaf61ab8c1015e67e97c24;p=poolifier.git diff --git a/src/pools/utils.ts b/src/pools/utils.ts index b7b38ac4..df9c256e 100644 --- a/src/pools/utils.ts +++ b/src/pools/utils.ts @@ -43,7 +43,7 @@ export const getDefaultTasksQueueOptions = ( size: Math.pow(poolMaxSize, 2), concurrency: 1, taskStealing: true, - tasksStealingOnBackPressure: true, + tasksStealingOnBackPressure: false, tasksFinishedTimeout: 2000 } }