diff options
-rw-r--r-- | lib/irc/puppet_connection.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irc/puppet_connection.ex b/lib/irc/puppet_connection.ex index 8c9b218..59bce1b 100644 --- a/lib/irc/puppet_connection.ex +++ b/lib/irc/puppet_connection.ex @@ -2,7 +2,7 @@ defmodule IRC.PuppetConnection do require Logger @min_backoff :timer.seconds(5) @max_backoff :timer.seconds(2*60) - @max_idle :timer.minutes(30) + @max_idle :timer.hours(12) defmodule Supervisor do use DynamicSupervisor |