fix: disable `tasksStealingOnBackPressure` by default
[poolifier.git] / src / pools / pool.ts
index ccb4b5b94ef858ad00c0eb5a28c490651854489e..66815bf90bdab3f2eb8a54baec75147b8aa08341 100644 (file)
@@ -137,7 +137,7 @@ export interface TasksQueueOptions {
   /**
    * Whether to enable tasks stealing under back pressure.
    *
-   * @defaultValue true
+   * @defaultValue false
    */
   readonly tasksStealingOnBackPressure?: boolean
   /**