fix: admin/home: error "user aborted request" in case of slow download on update
Massimo Melina committed
Jul 19, 2023 at 15:47 UTC
9a6c23fe7b7c04175895e4d9bff00e35ecea017b
1 file changed
+1
shared/api.ts
+1
@@ -8,6 +8,7 @@ export const API_URL = '/~/api/'
8
9
const timeoutByApi: Dict = {
10
loginSrp1: 90, // support antibrute
11
+ update: 600, // download can be lengthy
12
get_status: 20 // can be lengthy on slow machines because of the find-process-on-busy-port feature
13
}
14