summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-04 12:26:16 +0300
committerGitHub <[email protected]>2021-02-04 12:26:16 +0300
commitb9c9909b98c1b3e15421a4bcad9e8fcc01332d37 (patch)
treeb969808a6bdd67bbb566421a2158a51c9de3713e /.rr.yaml
parent8a8d9d7c64226397792e8f1aa7cc607ab413906e (diff)
parenta902a06e670d70b0f806899765bdb206977e7698 (diff)
Merge pull request #526 from spiral/fix/memory_leaksv2.0.0-beta.24
bug(leak): workers memory leak
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 1c1a0af2..4cdc4326 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -61,9 +61,13 @@ http:
"output": "output-header"
pool:
+ # default - num of logical CPUs
num_workers: 6
+ # default 0
max_jobs: 0
+ # default 1 minute
allocate_timeout: 60s
+ # default 1 minute
destroy_timeout: 60s
supervisor:
# watch_tick defines how often to check the state of the workers (seconds)