The trashed document deletion action is now a background task.

Also, the trash can emptying view calls the trash can document celery task
for each document.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-07-07 02:42:20 -04:00
parent c6de76822e
commit 829dcbf144
5 changed files with 35 additions and 4 deletions
+3 -1
View File
@@ -76,7 +76,9 @@ Other Changes
images of document pages. The settings can be used together or separately
depending on how much disk space saving is desired. These settings give control
over the trade-off between disk space savings and higher CPU utilization.
- The trashed document deletion action is now a background task. This
feature results is much faster trashed document deletion and trash
can emptying.
Removals
--------