We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc68adb commit 4fdab5fCopy full SHA for 4fdab5f
node-server-sdk.api.md
@@ -61,6 +61,7 @@ export interface IClientConfig {
61
numInitialRequestRetries?: number;
62
numPollRequestRetries?: number;
63
pollAfterFailedInitialization?: boolean;
64
+ pollAfterSuccessfulInitialization?: boolean;
65
pollingIntervalMs?: number;
66
requestTimeoutMs?: number;
67
throwOnFailedInitialization?: boolean;
0 commit comments