mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-25 09:36:14 +01:00
Set Hydra space limits to ints and not strings
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
8a3153b3fd
commit
8fc5f32116
|
@ -68,8 +68,8 @@ in
|
|||
notificationSender = "hydra@redalder.org";
|
||||
useSubstitutes = true;
|
||||
|
||||
minimumDiskFree = "200";
|
||||
minimumDiskFreeEvaluator = "100";
|
||||
minimumDiskFree = 200;
|
||||
minimumDiskFreeEvaluator = 100;
|
||||
|
||||
dbiFile = "/local/dbi";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue