diff options
author | Valery Piashchynski <[email protected]> | 2020-12-16 14:13:07 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-16 14:13:07 +0300 |
commit | aa55cf55d80d2dd21bf6063feb901a34051a1fcd (patch) | |
tree | 5af3fe84cb94d8bf4189f018883a83ce82937c1c /plugins/reload/tests/configs/.rr-reload.yaml | |
parent | 9e692dd9996f4d100ff3d9c5a358aa6894a748a3 (diff) |
Reduce RANGE allocations, parallel checks for removed and created files
Diffstat (limited to 'plugins/reload/tests/configs/.rr-reload.yaml')
-rw-r--r-- | plugins/reload/tests/configs/.rr-reload.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/reload/tests/configs/.rr-reload.yaml b/plugins/reload/tests/configs/.rr-reload.yaml index e1149cd2..52511aa1 100644 --- a/plugins/reload/tests/configs/.rr-reload.yaml +++ b/plugins/reload/tests/configs/.rr-reload.yaml @@ -1,5 +1,5 @@ server: - command: php ../../../tests/http/client.php echo pipes + command: php ../../../tests/psr-worker-bench.php user: '' group: '' env: @@ -8,7 +8,7 @@ server: relayTimeout: 20s http: debug: true - address: '127.0.0.1:15395' + address: '127.0.0.1:22388' maxRequestSize: 1024 middleware: - '' @@ -33,9 +33,9 @@ http: reload: interval: 1s patterns: - - .go + - .txt services: http: dirs: - - '' + - './unit_tests' recursive: true |