Home > @eppo/js-client-sdk > IClientConfig > numPollRequestRetries
Number of additional times polling for updated configurations will be attempted before giving up. Polling is done after a successful initial request. Subsequent attempts are done using an exponential backoff. (Default: 7)
Signature:
numPollRequestRetries?: number;