Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-408

Should be able to set a nil op_timeout

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.6.0
    • Affects Version/s: None
    • Component/s: None
    • None

      Right now, op_timeout is set via

      @op_timeout = opts[:op_timeout] || 30

      It'd be nice if instead this were

      @op_timeout = opts.fetch(:op_timeout, 30)

      or something along those lines.

            Assignee:
            tyler@10gen.com Tyler Brock
            Reporter:
            gdb Greg Brockman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: