js-client-sdk

Home > @eppo/js-client-sdk > IClientConfig > numInitialRequestRetries

IClientConfig.numInitialRequestRetries property

Number of additional times the initial configuration request will be attempted if it fails. This is the request typically synchronously waited (via await) for completion. A small wait will be done between requests. (Default: 1)

Signature:

numInitialRequestRetries?: number;