diff options
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x | .rr.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |