mirror of
https://github.com/koush/scrypted.git
synced 2026-05-04 21:30:30 +01:00
zip: remove memory pressure from keeping zip in memory
This commit is contained in:
@@ -161,6 +161,7 @@ class PluginRemote:
|
||||
f = open(zipPath, 'wb')
|
||||
f.write(zipData)
|
||||
f.close()
|
||||
zipData = None
|
||||
|
||||
zip = zipfile.ZipFile(zipPath)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user