mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
remove hard coded timeout
This commit is contained in:
@@ -91,11 +91,7 @@ export class LiveApiService extends ApiService {
|
||||
// server
|
||||
|
||||
async echo(params: RR.EchoReq, urlOverride?: string): Promise<RR.EchoRes> {
|
||||
return this.rpcRequest(
|
||||
{ method: 'echo', params, timeout: 4000 },
|
||||
false,
|
||||
urlOverride,
|
||||
)
|
||||
return this.rpcRequest({ method: 'echo', params }, false, urlOverride)
|
||||
}
|
||||
|
||||
openPatchWebsocket$(): Observable<Update<DataModel>> {
|
||||
|
||||
Reference in New Issue
Block a user