Should be able to set a nil op_timeout

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 1.6.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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 Brock (Inactive)
            Reporter:
            Greg Brockman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: