diff options
author | Wolfy-J <[email protected]> | 2019-05-04 01:19:49 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 01:19:49 +0300 |
commit | 997321f7ec64fb702a9222bdf49e52038175c4e6 (patch) | |
tree | 8b1cfe345b976b4da92db9fa4e05fd6d5cc92924 /.rr.yaml | |
parent | 3066b01a82f53e67b13e104ac50aaa795494bafd (diff) |
cs
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -67,16 +67,16 @@ watch: services: # monitor http workers http: - # maximum allowed memory consumption + # maximum allowed memory consumption (soft) maxMemory: 100 - # maximum time to live for the worker + # maximum time to live for the worker (soft) maxTTL: 0 - # maximum allowed amount of time worker can spend in idle before being removed (for weak db connections) + # maximum allowed amount of time worker can spend in idle before being removed (for weak db connections, soft) maxIdleTTL: 0 - # max_execution_time, worker will be killed if that amount of time spend for task execution + # max_execution_time (brutal) maxExecTTL: 60 # static file serving. remove this section to disable static file serving. |