recovery_options constant

Map<String, int> const recovery_options

Implementation

static const Map<String, int> recovery_options = <String, int>{
  'min_interval': 2, // minimum interval in seconds between recover attempts
  'max_interval': 30 // maximum interval in seconds between recover attempts
};