Searched refs:http_max_retries (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-driver-ox.c46 unsigned int http_max_retries; member in struct:push_notification_driver_ox_config
69 http_set.max_attempts = config->http_max_retries+1;
115 (str_to_uint(tmp, &dconfig->http_max_retries) < 0)) {
116 dconfig->http_max_retries = DEFAULT_RETRY_COUNT;

Completed in 22 milliseconds