summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-24 10:39:05 +0300
committerValery Piashchynski <[email protected]>2020-12-24 10:39:05 +0300
commit62ee1770cc233328300438ffd690ea1d8fc747bb (patch)
treeadc7d78e28a9512cb1b1ba85cb4f19dec7d1323d /.rr.yaml
parente78c13d93a729a9008f283aa3db6910f3e833165 (diff)
Remove local replace in the go.mod
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