github.com/status-im/status-go@v1.1.0/protocol/ens/const.go (about)

     1  package ens
     2  
     3  // maxRetries is the maximum number of attempts we do before giving up
     4  const maxRetries uint64 = 11
     5  
     6  // ENSBackoffTimeSec is the step of the exponential backoff
     7  // we retry roughly for 17 hours after receiving the message 2^11 * 30
     8  const ENSBackoffTimeSec uint64 = 30