about summary refs log tree commit diff
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h

index 44d74b5..49b2c2e 100644 --- a/cgit.h +++ b/cgit.h
@@ -198,8 +198,11 @@ struct cgit_query { struct cgit_config_snapshot { + // Disk settings bool save_on_disk; int save_on_disk_max_idle_age; // in seconds + char *save_on_disk_root_dir; + // Compression settings int max_compression_threads; int compression_level_zstd; int compression_level_xz;