diff options
| author | Dan Engelbrecht <[email protected]> | 2023-10-04 15:54:16 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-10-04 15:54:16 +0200 |
| commit | 6282204786e196e9a11d4099c5823ed786c8f784 (patch) | |
| tree | ee59791aeb2850cbad71c3a302371ab620cbf300 | |
| parent | fix HandleRpcRequest::WriteResponseAsync trace scope when we are not running ... (diff) | |
| download | zen-6282204786e196e9a11d4099c5823ed786c8f784.tar.xz zen-6282204786e196e9a11d4099c5823ed786c8f784.zip | |
formatting of server config
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2 index 64d46422b..88d5704c6 100644 --- a/upstream-config-templates/zen_config.lua.j2 +++ b/upstream-config-templates/zen_config.lua.j2 @@ -27,7 +27,7 @@ cache = { accesslog = false,
upstream = {
upstreamthreadcount = 4,
- policy = "disabled", -- readwrite|readonly|writeonly|disabled
+ policy = "disabled", -- readwrite|readonly|writeonly|disabled
jupiter = {
name = "DefaultJupiterInstance",
url = "{{upstream_url}}",
|