diff options
author | Wolfy-J <[email protected]> | 2018-06-10 20:44:11 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 20:44:11 +0300 |
commit | e9203e05a7f3278a8080d0f69e6640e5d3d1042d (patch) | |
tree | 35051763c432b067c700880b87036bf6668f25ea /cmd | |
parent | 6831a8865388189f248933e1023fbb4e3b11f67e (diff) |
debug mode added
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/.rr.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index 33bfd14a..cb84af54 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -39,10 +39,10 @@ http: maxJobs: 0 # for how long worker is allowed to be bootstrapped. - allocateTimeout: 60000000 + allocateTimeout: 600000000 # amount of time given to worker to gracefully destruct itself. - destroyTimeout: 60000000 + destroyTimeout: 600000000 # static file serving. static: |