diff options
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index 775cd6c3..5ea6b345 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -38,11 +38,11 @@ http: # maximum jobs per worker, 0 - unlimited. maxJobs: 0 - # for how long worker is allowed to be bootstrapped. In nanoseconds :( - allocateTimeout: 600000000 + # for how long worker is allowed to be bootstrapped. + allocateTimeout: 60 - # amount of time given to worker to gracefully destruct itself. In nanoseconds :( - destroyTimeout: 600000000 + # amount of time given to worker to gracefully destruct itself. + destroyTimeout: 60 # static file serving. static: |