Skip to content

Commit

Permalink
Merge pull request #18 from lepiaf/improve-doc-timeout
Browse files Browse the repository at this point in the history
[RFR] timeout is in seconds
  • Loading branch information
omansour committed Sep 7, 2015
2 parents 2d9f44f + 5cb6758 commit 4d0a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ m6_web_amqp:
default:
host: 'localhost' # optional - default 'localhost'
port: 5672 # optional - default 5672
timeout: 10 # optional - default 10
timeout: 10 # optional - default 10 - in seconds
login: 'guest' # optional - default 'guest'
password: 'guest' # optional - default 'guest'
vhost: '/' # optional - default '/'
Expand Down

0 comments on commit 4d0a572

Please sign in to comment.