timeout is in milseconds, not in seconds
This commit is contained in:
parent
8ef952f138
commit
37cba2836c
@ -44,7 +44,7 @@ var cluster = new Cluster({
|
||||
host: global.environment.host,
|
||||
monPort: global.environment.port+1,
|
||||
monHost: global.environment.host,
|
||||
timeout: 600,
|
||||
timeout: 600000,
|
||||
noWorkers: 1
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user