req icon indicating copy to clipboard operation
req copied to clipboard

`auth`: Cache `.netrc` file read

Open wojtekmach opened this issue 3 years ago • 1 comments

It's inefficient to read and parse the file on every single request. ~Let's cache it based on mtime.~

wojtekmach avatar Nov 24 '21 09:11 wojtekmach

Actually let's just cache it once and forever, we can always add cache expiration later.

wojtekmach avatar Feb 07 '22 11:02 wojtekmach