From 7da6c78449776e1f3c6716250bca0b712a0423a4 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 21 Jan 2021 13:25:36 +0300 Subject: Uniform all configs Add debug server Check nil's for all plugin intialization --- .rr.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.rr.yaml') diff --git a/.rr.yaml b/.rr.yaml index 2de60b86..2985dee7 100755 --- a/.rr.yaml +++ b/.rr.yaml @@ -31,6 +31,14 @@ http: "fc00::/7", "fe80::/10", ] + static: + dir: "tests" + forbid: [ "" ] + request: + "input": "custom-header" + response: + "output": "output-header" + pool: num_workers: 6 max_jobs: 0 @@ -42,7 +50,7 @@ http: # TTL defines maximum time worker is allowed to live (seconds) ttl: 0 # IdleTTL defines maximum duration worker can spend in idle mode. Disabled when 0 (seconds) - idle_ttl: 100 + idle_ttl: 10 # ExecTTL defines maximum lifetime per job (seconds) exec_ttl: 10 # MaxWorkerMemory limits memory per worker (MB) @@ -57,7 +65,6 @@ http: fcgi: address: tcp://0.0.0.0:7921 http2: - enabled: false h2c: false max_concurrent_streams: 128 @@ -109,7 +116,6 @@ memcached: # in memory KV driver memory: - enabled: true # keys ttl check interval interval: 60 -- cgit v1.2.3