Skip to content
Still using @dfinity/agent? Migrate to @icp-sdk/core!

maxAttempts

maxAttempts(count): PollStrategy

Defined in: packages/agent/src/polling/strategy.ts:58

Error out after a maximum number of polling has been done.

number

The maximum attempts to poll.

PollStrategy