Browse Source

Update network.py

Evhorizon 2 years ago
parent
commit
1517724615
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/network/network.py

+ 1 - 1
searx/network/network.py

@@ -173,7 +173,7 @@ class Network:
             ):
                 continue
             return False
-        response = await client.get("https://check.torproject.org/api/ip", timeout=10)
+        response = await client.get("https://check.torproject.org/api/ip", timeout=60)
         if not response.json()["IsTor"]:
             result = False
         Network._TOR_CHECK_RESULT[proxies] = result