aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzousar <[email protected]>2023-01-26 15:24:28 -0700
committerzousar <[email protected]>2023-01-26 15:24:28 -0700
commit152eea33365d79afbee84784ed34befa51fd89f5 (patch)
tree7420518a018b9a06816d44c1848c89586eeacbab
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-152eea33365d79afbee84784ed34befa51fd89f5.tar.xz
zen-152eea33365d79afbee84784ed34befa51fd89f5.zip
Change config to disable upstream by default
-rw-r--r--upstream-config-templates/zen_config.lua.j22
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 bec43e31a..edb0ff6e8 100644
--- a/upstream-config-templates/zen_config.lua.j2
+++ b/upstream-config-templates/zen_config.lua.j2
@@ -21,7 +21,7 @@ gc = {
cache = {
enable = true,
upstream = {
- enable = true,
+ enable = false,
upstreamthreadcount = 4,
policy = "readwrite", -- readonly|writeonly|disabled
jupiter = {