fix: admin/home: check-for-updates could time out
Massimo Melina committed
Sep 13, 2025 at 13:09 UTC
022ebf0f464b82e5f61b15a15afe06c73bcf257d
1 file changed
+1
shared/api.ts
+1
@@ -13,6 +13,7 @@ const timeoutByApi: Dict = {
13
loginSrp1: 90, // support antibrute
14
login: 90,
15
get_status: 20, // can be lengthy on slow machines because of the find-process-on-busy-port feature
16
+ check_update: 20,
17
}
18
19
interface ApiCallOptions {