@ikonai/sdk 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -152,7 +152,7 @@ export interface TimeoutConfig {
152
152
  /**
153
153
  * Keepalive timeout in milliseconds.
154
154
  * If no keepalive is received within this time, the connection is considered dead.
155
- * Default: 125000 (125 seconds)
155
+ * Default: 35000 (35 seconds)
156
156
  */
157
157
  keepaliveTimeoutMs?: number;
158
158
  /**
@@ -220,7 +220,7 @@ export interface IkonClientConfig {
220
220
  }
221
221
  export declare const DEFAULT_SLOW_CONNECTION_THRESHOLD_MS = 5000;
222
222
  export declare const DEFAULT_CONNECTION_TIMEOUT_MS = 30000;
223
- export declare const DEFAULT_KEEPALIVE_TIMEOUT_MS = 125000;
223
+ export declare const DEFAULT_KEEPALIVE_TIMEOUT_MS = 35000;
224
224
  export declare const DEFAULT_RECONNECT_BACKOFF_MS = 500;
225
225
  export declare const DEFAULT_MAX_RECONNECT_ATTEMPTS = 6;
226
226
  export declare const DEFAULT_PROVISIONING_TIMEOUT_MS = 60000;