lib/session_manager.rb 🔗
@@ -3,7 +3,7 @@
class SessionManager
class Timeout < StandardError; end
- def initialize(blather, id_msg, timeout: 5, error_if: nil)
+ def initialize(blather, id_msg, timeout: 10, error_if: nil)
@blather = blather
@sessions = {}
@id_msg = id_msg