mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-05-08 09:48:31 +01:00
Added more http endpoint tests
Forgot to uncomment these, revealed a flaw in the nginx config nginx now has parity with lighttpd for pages it returns and return codes
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ def Slow():
|
||||
Run a slow check, check if the state is correct for `timeout` seconds.
|
||||
"""
|
||||
import time
|
||||
def slow(check, timeout=15):
|
||||
def slow(check, timeout=5):
|
||||
timeout_at = time.time() + timeout
|
||||
while True:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user