node-server-sdk

Home > @eppo/node-server-sdk > IClientConfig > numInitialRequestRetries

IClientConfig.numInitialRequestRetries property

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

Signature:

numInitialRequestRetries?: number;