forked from Ivasoft/mattermost-mobile
Set 5s as default timeout for ping (#6271)
This commit is contained in:
1
types/api/client.d.ts
vendored
1
types/api/client.d.ts
vendored
@@ -7,6 +7,7 @@ type ClientOptions = {
|
||||
body?: any;
|
||||
method?: string;
|
||||
noRetry?: boolean;
|
||||
timeoutInterval?: number;
|
||||
};
|
||||
|
||||
interface ClientErrorProps extends Error {
|
||||
|
||||
Reference in New Issue
Block a user