-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop throwing if saving a request fails
Saving a cached request may fail for any number of reasons: * Running out of memory * Running out of disk space * Other IO-related errors Since we have already made the request and received the data we might as well use it instead of dropping it on the floor just because we can't save it to satisfy future requests.
- Loading branch information
1 parent
f511960
commit 2886ec7
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters