revert replay timeout to 3 seconds
This commit is contained in:
@@ -492,7 +492,7 @@ void ReplaySession::update_timeout_event() {
|
|||||||
event_new(this->base.get(), -1, EV_TIMEOUT, this->dispatch_on_timeout, this),
|
event_new(this->base.get(), -1, EV_TIMEOUT, this->dispatch_on_timeout, this),
|
||||||
event_free);
|
event_free);
|
||||||
}
|
}
|
||||||
struct timeval tv = usecs_to_timeval(5000000);
|
struct timeval tv = usecs_to_timeval(3000000);
|
||||||
event_add(this->timeout_ev.get(), &tv);
|
event_add(this->timeout_ev.get(), &tv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user