heartbeat is a boolean

This commit is contained in:
Danilo Reyes 2025-10-25 00:59:37 -06:00
parent 2f6d65b239
commit cf64ff1616

View File

@ -17,7 +17,7 @@ in
settings = { settings = {
listen = "[::]:${toString cfg.port}"; listen = "[::]:${toString cfg.port}";
jwt = { }; jwt = { };
database.heartbeat = 300; # 5 minutes database.heartbeat = true; # 5 minutes
chunking = { chunking = {
nar-size-threshold = 64 * 1024; # 64 KiB nar-size-threshold = 64 * 1024; # 64 KiB
min-size = 16 * 1024; # 16 KiB min-size = 16 * 1024; # 16 KiB