diff options
| author | Stefan Boberg <[email protected]> | 2023-01-30 09:26:44 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-01-30 09:26:44 +0100 |
| commit | cab2c2eb665df85399669254325138a3cd45e6e8 (patch) | |
| tree | e46c563fba97d760566a3f9f1a3c3dd4c097cd1e | |
| parent | added note in CHANGELOG.md (diff) | |
| parent | Disable upstream in default zen config (diff) | |
| download | zen-cab2c2eb665df85399669254325138a3cd45e6e8.tar.xz zen-cab2c2eb665df85399669254325138a3cd45e6e8.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2 index bec43e31a..062084f6c 100644 --- a/upstream-config-templates/zen_config.lua.j2 +++ b/upstream-config-templates/zen_config.lua.j2 @@ -21,9 +21,8 @@ gc = { cache = {
enable = true,
upstream = {
- enable = true,
upstreamthreadcount = 4,
- policy = "readwrite", -- readonly|writeonly|disabled
+ policy = "disabled", -- readwrite|readonly|writeonly|disabled
jupiter = {
name = "DefaultJupiterInstance",
url = "{{upstream_url}}",
|