Variable FlashConfig.max_retry_delay

The maximum retry delay between retrying failed requests. Should be lower than max_retry_time

struct FlashConfig
{
  // ...
  core.time.Duration max_retry_delay = Duration(20000000L);
  // ...
}