Home > @eppo/js-client-sdk > IClientConfig > numInitialRequestRetries
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;