summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 3154f5b4..39199b86 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -13,18 +13,18 @@ server:
logs:
mode: development
- level: debug
+ level: error
http:
debug: true
- address: 127.0.0.1:18903
+ address: 127.0.0.1:44933
maxRequestSize: 1024
middleware: [ "gzip", "headers" ]
uploads:
forbid: [ ".php", ".exe", ".bat" ]
trustedSubnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ]
pool:
- numWorkers: 3
+ numWorkers: 6
maxJobs: 0
allocateTimeout: 60s
destroyTimeout: 60s