diff options
author | Wolfy-J <[email protected]> | 2018-06-11 11:28:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 11:28:24 +0300 |
commit | 2f135b359575cc1625d1461bb6d8e478da8ccf54 (patch) | |
tree | 8561f84318c3a291f4a38df6b347954bda777e41 /cmd/rr/.rr.yaml | |
parent | 6efaa0aa951240c2bb643761f103ee3f0fafb4d9 (diff) |
refactor
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index fd54d03e..752573f6 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -39,7 +39,7 @@ http: maxJobs: 0 # for how long worker is allowed to be bootstrapped. - allocateTimeout: 600000000 + allocateTimeout: 60000000 # amount of time given to worker to gracefully destruct itself. destroyTimeout: 600000000 |