|
@@ -936,7 +936,7 @@ module CentralProtocolHandler
|
|
if @ping_timer
|
|
if @ping_timer
|
|
EventMachine.cancel_timer(@ping_timer)
|
|
EventMachine.cancel_timer(@ping_timer)
|
|
end
|
|
end
|
|
- @ping_timer = EventMachine.add_periodic_timer 90, proc { write_user("PING alive?") }
|
|
|
|
|
|
+ @ping_timer = EventMachine.add_periodic_timer 180, proc { write_user("PING alive?") }
|
|
|
|
|
|
# work on input
|
|
# work on input
|
|
inputter = inputting(line)
|
|
inputter = inputting(line)
|