diff options
Diffstat (limited to 'zenserver/config.h')
| -rw-r--r-- | zenserver/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/config.h b/zenserver/config.h index 97f339a0e..727143489 100644 --- a/zenserver/config.h +++ b/zenserver/config.h @@ -76,7 +76,7 @@ struct ZenGcConfig ZenCasEvictionPolicy Cas; ZenCacheEvictionPolicy Cache; int32_t IntervalSeconds = 60 * 60; - bool Enabled = true; + bool Enabled = false; }; struct ZenServerOptions |