Skip to content

Commit

Permalink
removing false comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Oct 7, 2010
1 parent 581b2b6 commit 740d7e5
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -73,8 +73,6 @@ def initialize(spec)
# The mutex used to synchronize pool access # The mutex used to synchronize pool access
@connection_mutex = Monitor.new @connection_mutex = Monitor.new
@queue = @connection_mutex.new_cond @queue = @connection_mutex.new_cond

# default 5 second timeout unless on ruby 1.9
@timeout = spec.config[:wait_timeout] || 5 @timeout = spec.config[:wait_timeout] || 5


# default max pool size to 5 # default max pool size to 5
Expand Down

0 comments on commit 740d7e5

Please sign in to comment.