mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-02-19 19:44:25 +02:00
[Watchdog] Revert acme-mailcow threshold to 1
This commit is contained in:
parent
81db04d2cd
commit
f3ac24f0e8
@ -465,7 +465,7 @@ fail2ban_checks() {
|
||||
acme_checks() {
|
||||
err_count=0
|
||||
diff_c=0
|
||||
THRESHOLD=2
|
||||
THRESHOLD=1
|
||||
ACME_LOG_STATUS=$(redis-cli -h redis GET ACME_FAIL_TIME)
|
||||
if [[ -z "${ACME_LOG_STATUS}" ]]; then
|
||||
redis-cli -h redis SET ACME_FAIL_TIME 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user