diff options
author | Wolfy-J <[email protected]> | 2019-05-05 12:06:04 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-05 12:06:04 +0300 |
commit | ee12d7b834b501beed56945a54fdabe8bbdd4570 (patch) | |
tree | b4eb26e5fba83124f7eab3979bd4e13e7d4a190e /.rr.yaml | |
parent | db838d7465cc6b147c5d7f672d71c6523df54209 (diff) |
init service
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: |