remove http timeout for sideloading

This commit is contained in:
Matt Hill
2025-05-09 14:55:11 -06:00
parent 3849d0d1a9
commit c79c4f6bde

View File

@@ -41,6 +41,7 @@ export class LiveApiService extends ApiService {
method: Method.POST,
body,
url: `/rest/rpc/${guid}`,
timeout: 0,
})
}