Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 19, 2024
1 parent c140e2c commit 6b7481f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class Worker extends BaseCommand {

if (this.concurrency < 5) {
this.logger.warn(
'Concurrency is set to less than 5. Please consider increasing it to at least 5 to make best use of the worker.',
'Concurrency is set to less than 5. THIS CAN LEAD TO AN UNSTABLE ENVIRONMENT. Please consider increasing it to at least 5 to make best use of the worker.',
);
}
}
Expand Down

0 comments on commit 6b7481f

Please sign in to comment.