mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
remove http timeout for sideloading
This commit is contained in:
@@ -41,6 +41,7 @@ export class LiveApiService extends ApiService {
|
|||||||
method: Method.POST,
|
method: Method.POST,
|
||||||
body,
|
body,
|
||||||
url: `/rest/rpc/${guid}`,
|
url: `/rest/rpc/${guid}`,
|
||||||
|
timeout: 0,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user