diff options
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -74,13 +74,13 @@ limit: maxMemory: 100 # maximum time to live for the worker (soft) - maxTTL: 0 + TTL: 0 # maximum allowed amount of time worker can spend in idle before being removed (for weak db connections, soft) - maxIdleTTL: 0 + idleTTL: 0 # max_execution_time (brutal) - maxExecTTL: 60 + execTTL: 60 # static file serving. remove this section to disable static file serving. static: |