docs: refine code comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Sep 2023 15:52:58 +0000 (17:52 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Sep 2023 15:52:58 +0000 (17:52 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/worker/worker-options.ts

index 10589643d65764f3d68ffc41345d52e9e19250d4..b2efb7acbce451a5d0ec663e357f5104ec243c6e 100644 (file)
@@ -38,7 +38,7 @@ export interface WorkerOptions {
    */
   killBehavior?: KillBehavior
   /**
-   * Maximum waiting time in milliseconds for tasks on newly created workers.
+   * Maximum waiting time in milliseconds for tasks on newly created workers. It must be greater or equal than 5.
    *
    * After this time, newly created workers will be terminated.
    * The last active time of your worker will be updated when it terminates a task.