heartbeat is a boolean
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
||||
settings = {
|
||||
listen = "[::]:${toString cfg.port}";
|
||||
jwt = { };
|
||||
database.heartbeat = 300; # 5 minutes
|
||||
database.heartbeat = true; # 5 minutes
|
||||
chunking = {
|
||||
nar-size-threshold = 64 * 1024; # 64 KiB
|
||||
min-size = 16 * 1024; # 16 KiB
|
||||
|
||||
Reference in New Issue
Block a user