diff --git a/data/botPolicies.yaml b/data/botPolicies.yaml index 784d24dc..51655329 100644 --- a/data/botPolicies.yaml +++ b/data/botPolicies.yaml @@ -82,12 +82,16 @@ bots: weight: adjust: 20 - # If it is not, remove weight. - - name: low-load-average - action: WEIGH - expression: load_15m <= 4.0 # make sure to end the load comparison in a .0 - weight: - adjust: -10 + ## 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 + ## under low load. + ## + ## If it is not, remove weight. + # - name: low-load-average + # action: WEIGH + # expression: load_15m <= 4.0 # make sure to end the load comparison in a .0 + # weight: + # adjust: -10 # Generic catchall rule - name: generic-browser