summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rr.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 9cdde098..a58ea112 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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.