diff options
author | Wolfy-J <[email protected]> | 2019-05-05 12:45:48 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-05-05 12:45:48 +0300 |
commit | 0567375ac657650db2eb59e8e36850bca07fce52 (patch) | |
tree | b98acb718341d6809b5162e9da0d3a8542f0fadc /.rr.yaml | |
parent | d8e9f83f0fb88e4b5b6432e1f82f34e4243e4302 (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-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"] |