summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-23 23:35:44 +0300
committerValery Piashchynski <[email protected]>2020-12-23 23:35:44 +0300
commite78c13d93a729a9008f283aa3db6910f3e833165 (patch)
treee633604841b80c42b195388429dc12349e4b9d1f /.rr.yaml
parentc21fe8e2f99c3cb8e3c1482e35f2efa0e914c337 (diff)
Initial implementation of serve, reset, workers commands for the RR2
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 93672ebe..3154f5b4 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -24,7 +24,7 @@ http:
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: 10
+ numWorkers: 3
maxJobs: 0
allocateTimeout: 60s
destroyTimeout: 60s
@@ -105,9 +105,4 @@ reload:
patterns: [ ".php", ".go",".md", ]
# directories to sync. If recursive is set to true,
# recursive sync will be applied only to the directories in `dirs` section
- dirs: [ "." ]
- rpc:
- recursive: true
- patterns: [ ".go" ]
- # to include all project directories from workdir, leave `dirs` empty or add a dot "."
dirs: [ "." ] \ No newline at end of file