Skip to content

Commit d3c02bf

Browse files
Revert "revert this: increase the workers restart interval"
This reverts commit 7212568.
1 parent dcd8538 commit d3c02bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_on_rails_pro/spec/dummy/client/node-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config = {
4242
// be set if you wish to have automatic worker restarting, say to clear memory leaks.
4343

4444
// time in minutes between restarting all workers
45-
allWorkersRestartInterval: 100,
45+
allWorkersRestartInterval: (env.CI ? 2 : env.RENDERER_ALL_WORKERS_RESTART_INTERVAL) || 10,
4646

4747
// time in minutes between each worker restarting when restarting all workers
4848
delayBetweenIndividualWorkerRestarts: env.CI ? 0.01 : 1,

0 commit comments

Comments
 (0)