Set Hydra space limits to ints and not strings

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-08-15 23:02:52 +02:00
parent 8a3153b3fd
commit 8fc5f32116
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -68,8 +68,8 @@ in
notificationSender = "hydra@redalder.org";
useSubstitutes = true;
minimumDiskFree = "200";
minimumDiskFreeEvaluator = "100";
minimumDiskFree = 200;
minimumDiskFreeEvaluator = 100;
dbiFile = "/local/dbi";
};