summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-21 13:25:36 +0300
committerValery Piashchynski <[email protected]>2021-01-21 13:25:36 +0300
commit7da6c78449776e1f3c6716250bca0b712a0423a4 (patch)
treef3512de66aca2bba408485a0ea2fc936c0e4fb9b /.rr.yaml
parent0ff05b2732b4fd0783f959c94c54d7e39169f979 (diff)
Uniform all configs
Add debug server Check nil's for all plugin intialization
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml12
1 files changed, 9 insertions, 3 deletions
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