about summary refs log tree commit diff
path: root/cgit.h
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-30 19:08:11 +0100
committerRory& <root@rory.gay>2026-01-30 19:08:11 +0100
commit09592ab965dabdbecc030464604fabcd22c182a0 (patch)
tree916bcebeb8dc53c5dc4f24c7b7a86658632cceb2 /cgit.h
parentUpdate flake.lock to reflect git update (diff)
downloadcgit-magenta-dev/tarball-cache.tar.xz
WIP: old changes dev/tarball-cache
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;