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
This was reported on the original eyefiserver project:
A simple enhancement to avoid some filesystem and disk IO using cStringIO to manage TAR file in-memory (and extracts images only, avoding embedded logs)
If anyone wants to test this out, please do. I've tested on Linux with python 2.7.3 and it works fine. I'd like someone to test on a NAS. The only thing I can see not working is if cStringIO is not available.
This was reported on the original eyefiserver project:
A simple enhancement to avoid some filesystem and disk IO using cStringIO to manage TAR file in-memory (and extracts images only, avoding embedded logs)
See diff here:
https://code.google.com/p/eyefiserver/issues/detail?id=3
The text was updated successfully, but these errors were encountered: