projects/PROJECT_NAME/upload
directory. This resulted in a number of "delete file" errors from file_deleter
. This is easily corrected.Edit
config.xml
so that the file_deleter
line contains the -retry_error
switch, for example:file_deleter -d 3 -retry_errorThen a simple:
$ bin/stop && bin/startwill restart the file deleter and it will retry the files that previously generated errors.
When I did this the size of the
upload
directory dropped in half.
No comments:
Post a Comment