1. 01 Apr, 2017 1 commit
  2. 12 Jan, 2017 5 commits
  3. 11 Jan, 2017 1 commit
  4. 08 Jan, 2017 1 commit
  5. 18 Nov, 2016 14 commits
  6. 13 Nov, 2016 6 commits
  7. 12 Nov, 2016 5 commits
  8. 01 Nov, 2016 1 commit
  9. 27 Oct, 2016 1 commit
  10. 26 Oct, 2016 2 commits
  11. 25 Oct, 2016 1 commit
  12. 24 Oct, 2016 1 commit
    • Jim Fulton's avatar
      Avoid waiting on futures using timeouts · 7d70244f
      Jim Fulton authored
      On Python 2, waiting on a future result with a timeout is very
      expensive. (Because conditions with timeouts are very expensive.)
      
      The thing is, we still want to use timeouts when we're disconnected.
      We don't want requests to fail right away of the disconnection is
      short.
      
      We do a bit of a dance to only use a timeout if we're disconnected.
      7d70244f
  13. 12 Oct, 2016 1 commit