MAX_POLL_DELAY
instance->poll_delay = min(2 * instance->poll_delay, MAX_POLL_DELAY);
if (instance->poll_delay < MAX_POLL_DELAY)