aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/constants.h')
-rw-r--r--reftable/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/reftable/constants.h b/reftable/constants.h
index 5eee72c4c1..f6beb843eb 100644
--- a/reftable/constants.h
+++ b/reftable/constants.h
@@ -17,5 +17,6 @@ https://developers.google.com/open-source/licenses/bsd
#define MAX_RESTARTS ((1 << 16) - 1)
#define DEFAULT_BLOCK_SIZE 4096
+#define DEFAULT_GEOMETRIC_FACTOR 2
#endif