diff options
| author | zousar <[email protected]> | 2023-01-26 15:24:28 -0700 |
|---|---|---|
| committer | zousar <[email protected]> | 2023-01-26 15:24:28 -0700 |
| commit | 152eea33365d79afbee84784ed34befa51fd89f5 (patch) | |
| tree | 7420518a018b9a06816d44c1848c89586eeacbab | |
| parent | Merge branch 'main' of https://github.com/EpicGames/zen (diff) | |
| download | zen-152eea33365d79afbee84784ed34befa51fd89f5.tar.xz zen-152eea33365d79afbee84784ed34befa51fd89f5.zip | |
Change config to disable upstream by default
| -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 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 = {
|