diff options
-rw-r--r-- | .rr.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ limit: services: # monitor http workers http: - # maximum allowed memory consumption (soft) + # maximum allowed memory consumption per worker (soft) maxMemory: 100 # maximum time to live for the worker (soft) @@ -88,4 +88,4 @@ static: dir: "public" # list of extensions for forbid for serving. - forbid: [".php", ".htaccess"]
\ No newline at end of file + forbid: [".php", ".htaccess"] |