diff options
author | Kierán Meinhardt <kmein@posteo.de> | 2022-10-04 19:17:19 +0200 |
---|---|---|
committer | Kierán Meinhardt <kmein@posteo.de> | 2022-10-04 19:17:19 +0200 |
commit | a768f4c994c371e21503daea696fec22789c904a (patch) | |
tree | 27790fcba7205a85f723110da4f31d2da0f5c9b8 /krebs | |
parent | af744fad896ffba2f78a7fd1721fe6887c466d2d (diff) |
reaktor2: increase krebsfood radio
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"; }; |