diff options
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x | .rr.yaml | 43 |
1 files changed, 21 insertions, 22 deletions
@@ -3,7 +3,7 @@ rpc: disabled: false server: - command: "php ../../../tests/http/client.php echo pipes" + command: "php tests/psr-worker-bench.php" user: "" group: "" env: @@ -11,32 +11,36 @@ server: relay: "pipes" relayTimeout: "20s" +logs: + mode: development + 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: 2 + numWorkers: 6 maxJobs: 0 allocateTimeout: 60s destroyTimeout: 60s - ssl: - port: 8892 - redirect: false - cert: fixtures/server.crt - key: fixtures/server.key - # rootCa: root.crt - fcgi: - address: tcp://0.0.0.0:7921 - http2: - enabled: false - h2c: false - maxConcurrentStreams: 128 +# ssl: +# port: 8892 +# redirect: false +# cert: fixtures/server.crt +# key: fixtures/server.key +# # rootCa: root.crt +# fcgi: +# address: tcp://0.0.0.0:7921 +# http2: +# enabled: false +# h2c: false +# maxConcurrentStreams: 128 redis: # UniversalClient is an abstract client which - based on the provided options - @@ -89,7 +93,7 @@ reload: # sync interval interval: 1s # global patterns to sync - patterns: [ ".php" ] + patterns: [ ".go" ] # list of included for sync services services: http: @@ -101,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: [ ".json" ] - # to include all project directories from workdir, leave `dirs` empty or add a dot "." - dirs: [ "" ]
\ No newline at end of file + dirs: [ "." ]
\ No newline at end of file |