juju / persistent-cookiejar

cookiejar is a fork of net/http/cookiejar that allows serialisation of the stored cookies
BSD 3-Clause "New" or "Revised" License
113 stars 76 forks source link

Remve unneeded loop and increase polling time #20

Closed voidspace closed 7 years ago

voidspace commented 7 years ago

This PR addresses an issue in PR #19 which is to fix Juju bug #1632362. As juju/mutex handles the retry for us the retry loop is no longer needed in persistent-cookiejar, and 100us was too frequent for file polling