Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transports/rabbitmq: add timeout option (updated) #345

Merged
merged 4 commits into from Sep 11, 2015
Merged

transports/rabbitmq: add timeout option (updated) #345

merged 4 commits into from Sep 11, 2015

Commits on Sep 10, 2015

  1. Copy the full SHA
    386cfd2 View commit details
    Browse the repository at this point in the history
  2. Lower the default to .25, which is pika's default.

    As suggested by @kitchen.
    timstoop committed Sep 10, 2015
    Copy the full SHA
    1715799 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2015

  1. Revert "Lower the default to .25, which is pika's default."

    This reverts commit 1715799.
    timstoop committed Sep 11, 2015
    Copy the full SHA
    fe8b5b1 View commit details
    Browse the repository at this point in the history
  2. Set timeout to 1 second.

    Apparantly, it needs to be an integer, so we cannot use pika's default
    of .25.
    timstoop committed Sep 11, 2015
    Copy the full SHA
    1f8935d View commit details
    Browse the repository at this point in the history