atticd fix
This commit is contained in:
parent
6dc429e56c
commit
2f6d65b239
@ -17,6 +17,7 @@ in
|
||||
settings = {
|
||||
listen = "[::]:${toString cfg.port}";
|
||||
jwt = { };
|
||||
database.heartbeat = 300; # 5 minutes
|
||||
chunking = {
|
||||
nar-size-threshold = 64 * 1024; # 64 KiB
|
||||
min-size = 16 * 1024; # 16 KiB
|
||||
@ -33,5 +34,12 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
systemd.services.atticd = {
|
||||
serviceConfig = {
|
||||
TimeoutStartSec = "15min";
|
||||
TimeoutStopSec = "5min";
|
||||
MemoryMax = "4G";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user