You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this loads all files into memory, and does some rudimentary in-process caching of files.
Ideally this would be replaced with something that would perform slightly better, without having to hold all of PyPI in memory forever. Something like redis with a 24 hour timeout.
Any potential solution should probably not store files on disk.
The text was updated successfully, but these errors were encountered:
Currently this loads all files into memory, and does some rudimentary in-process caching of files.
Ideally this would be replaced with something that would perform slightly better, without having to hold all of PyPI in memory forever. Something like redis with a 24 hour timeout.
Any potential solution should probably not store files on disk.
The text was updated successfully, but these errors were encountered: