aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2022-01-24 11:11:10 +0100
committerPer Larsson <[email protected]>2022-01-24 11:11:10 +0100
commitdc6becffb513280170958f94e18c1b2966ade4d1 (patch)
treec7f9cccafcc21e241abdecde6f5219ab1009aff6 /zenserver/config.h
parentFormat fix. (diff)
downloadzen-dc6becffb513280170958f94e18c1b2966ade4d1.tar.xz
zen-dc6becffb513280170958f94e18c1b2966ade4d1.zip
Refactored upstream cache to better handle different states in prep for dynamic auth tokens.
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index e994c248e..2c31e7bd9 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -54,7 +54,6 @@ struct ZenUpstreamCacheConfig
int32_t ConnectTimeoutMilliseconds = 5000;
int32_t TimeoutMilliseconds = 0;
UpstreamCachePolicy CachePolicy = UpstreamCachePolicy::ReadWrite;
- bool StatsEnabled = false;
};
struct ZenCacheEvictionPolicy