Browse Source

Move to 10 sec for the session_down event

pull/238/head
Timothée Jaussoin 9 years ago
parent
commit
2ed6671ba9
  1. 2
      src/Movim/Daemon/Session.php

2
src/Movim/Daemon/Session.php

@ -44,7 +44,7 @@ class Session {
$this->clients->detach($conn);
if($this->countClients() == 0) {
$loop->addPeriodicTimer(5, function($timer) {
$loop->addPeriodicTimer(10, function($timer) {
if($this->countClients() == 0) {
$this->stateOut('down');
}

Loading…
Cancel
Save