aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/config.h')
-rw-r--r--src/zenserver/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/config.h b/src/zenserver/config.h
index a1e091665..d55f0d5a1 100644
--- a/src/zenserver/config.h
+++ b/src/zenserver/config.h
@@ -71,6 +71,7 @@ struct ZenGcConfig
uint64_t DiskSizeSoftLimit = 0;
int32_t LightweightIntervalSeconds = 0;
uint64_t MinimumFreeDiskSpaceToAllowWrites = 1ul << 28;
+ bool UseGCV2 = false;
};
struct ZenOpenIdProviderConfig