Pārlūkot izejas kodu

fix: 504 Gateway Time-out error on /console/api/version endpoint (#23961)

tags/1.8.0
xubo pirms 2 mēnešiem
vecāks
revīzija
f560116fb2
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      api/controllers/console/version.py

+ 1
- 1
api/controllers/console/version.py Parādīt failu

@@ -32,7 +32,7 @@ class VersionApi(Resource):
return result

try:
response = requests.get(check_update_url, {"current_version": args.get("current_version")})
response = requests.get(check_update_url, {"current_version": args.get("current_version")}, timeout=(3, 10))
except Exception as error:
logging.warning("Check update version error: %s.", str(error))
result["version"] = args.get("current_version")

Notiek ielāde…
Atcelt
Saglabāt