diff options
Diffstat (limited to 'zenserver/config.h')
| -rw-r--r-- | zenserver/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/config.h b/zenserver/config.h index 53538314d..04498a520 100644 --- a/zenserver/config.h +++ b/zenserver/config.h @@ -20,6 +20,7 @@ struct ZenServiceConfig { bool LegacyCacheEnabled = false; bool StructuredCacheEnabled = true; + bool UpstreamCacheEnabled = false; bool ShouldCrash = false; // Option for testing crash handling bool MeshEnabled = false; // Experimental p2p mesh discovery std::string FlockId; // Id for grouping test instances into sets |