postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

README.md: update doc to match default connectionTimeout. #374

Closed tcort closed 9 years ago

tcort commented 9 years ago

lib/connection.js:32 shows that the default connection timeout is 10000, yet the README.md states that it's 0. Update the docs to match the value in the code.