Change default time between no-work iterations from 1 second to 5 seconds.
This commit is contained in:
parent
0073b743b0
commit
cf9fb4398a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ abstract class AbstractWorker implements WorkerInterface
|
|||
protected Logger $logger;
|
||||
protected EnvironmentService $environmentService;
|
||||
protected array $cliArguments;
|
||||
protected int $timeBetweenRuns = 1;
|
||||
protected int $timeBetweenRuns = 5;
|
||||
|
||||
public function __construct(
|
||||
Logger $logger,
|
||||
|
|
|
|||
Loading…
Reference in a new issue