diff options
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 33d7ad270..a570e1e9d 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -80,7 +80,7 @@ let activate = "match"; command = { env = { - radius = toString 250; # metres around c-base to search + radius = toString 500; # metres around c-base to search age_threshold = toString (24 * 60 * 60); state_file = "${stateDir}/krebsfood"; }; |