requestAnswerMinInterval property

Duration requestAnswerMinInterval
getter/setter pair

Anti-storm floor: the same (requester, secret-name) is answered at most once per this interval. A burst of duplicate requests collapses to one share.

Implementation

Duration requestAnswerMinInterval = const Duration(seconds: 5);