From e9203e05a7f3278a8080d0f69e6640e5d3d1042d Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 10 Jun 2018 20:44:11 +0300 Subject: debug mode added --- cmd/rr/.rr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/rr/.rr.yaml') 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: -- cgit v1.2.3