pydio / pydio-sync-java

[DEPRECATED] Synchronization Client of the Pydio project. Based on the Java SDK.
GNU General Public License v3.0
35 stars 15 forks source link

Server tmp/ dir filled with filehasher_delta.sig files #3

Closed cdujeu closed 11 years ago

cdujeu commented 12 years ago

Warning, the meta.filehasher plugin has a bug (missing unlink() at one point) that let the application tmp dir (generally /tmp) on the SERVER being filled up with tmp files. Add

unlink($deltaFile);

at line 103 and this should be ok.

cdujeu commented 11 years ago

Closed in 4.2.3