Skip to content

Commit

Permalink
Add Config.agency.timeout.
Browse files Browse the repository at this point in the history
This is the timeout for all agency communications.
  • Loading branch information
Richard Heycock committed Jun 9, 2012
1 parent f29f8d7 commit c4cec32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/smith/config.rb
Expand Up @@ -23,6 +23,10 @@ class Config
a.subscribe.ack = true
end

o.agency do |a|
a.timeout = 30
end

o.logging do |l|
l.trace = false
l.level = :debug
Expand Down

0 comments on commit c4cec32

Please sign in to comment.