Skip to content

Commit

Permalink
Fix bug on forgot to set default maximum wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu authored and macournoyer committed Nov 5, 2009
1 parent 01c8699 commit 4fba063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/thin/runner.rb
Expand Up @@ -41,7 +41,8 @@ def initialize(argv)
:pid => 'tmp/pids/thin.pid',
:max_conns => Server::DEFAULT_MAXIMUM_CONNECTIONS,
:max_persistent_conns => Server::DEFAULT_MAXIMUM_PERSISTENT_CONNECTIONS,
:require => []
:require => [],
:wait => Controllers::Cluster::MAXIMUM_WAIT_TIME
}

parse!
Expand Down

0 comments on commit 4fba063

Please sign in to comment.