diff options
| author | Per Larsson <[email protected]> | 2022-01-24 11:11:10 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2022-01-24 11:11:10 +0100 |
| commit | dc6becffb513280170958f94e18c1b2966ade4d1 (patch) | |
| tree | c7f9cccafcc21e241abdecde6f5219ab1009aff6 /zenserver/config.h | |
| parent | Format fix. (diff) | |
| download | zen-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.h | 1 |
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 |