From 735b2ceb14eb992885874b4930ebfe7f80c81e04 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 14 Jul 2025 09:06:56 -0400 Subject: [PATCH] fix(default-config): disable system load check by default (#827) This was causing issues with git clone against highly loaded servers. I thought that this would be pretty innocuous, but I guess I was wrong. Oops! Signed-off-by: Xe Iaso --- data/botPolicies.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/botPolicies.yaml b/data/botPolicies.yaml index 5165532..19a4451 100644 --- a/data/botPolicies.yaml +++ b/data/botPolicies.yaml @@ -74,13 +74,13 @@ bots: weight: adjust: 10 - ## System load based checks. - # If the system is under high load, add weight. - - name: high-load-average - action: WEIGH - expression: load_1m >= 10.0 # make sure to end the load comparison in a .0 - weight: - adjust: 20 + # ## System load based checks. + # # If the system is under high load, add weight. + # - name: high-load-average + # action: WEIGH + # expression: load_1m >= 10.0 # make sure to end the load comparison in a .0 + # weight: + # adjust: 20 ## If your backend service is running on the same operating system as Anubis, ## you can uncomment this rule to make the challenge easier when the system is