Add runtime options to disable some of the log-structured optimizations
[bluesky.git] / bluesky / init.c
index e2b35c6..49ede3e 100644 (file)
@@ -50,6 +50,8 @@ static struct {
     {"BLUESKY_OPT_SYNC_INODE_FETCH", &bluesky_options.sync_inode_fetches},
     {"BLUESKY_OPT_SYNC_FRONTENDS", &bluesky_options.sync_frontends},
     {"BLUESKY_CACHE_SIZE", &bluesky_options.cache_size},
+    {"BLUESKY_OPT_FULL_SEGMENTS", &bluesky_options.full_segment_fetches},
+    {"BLUESKY_OPT_NO_AGGREGATION", &bluesky_options.disable_aggregation},
     {NULL, NULL}
 };