Added download operation for fast fetch

This commit is contained in:
M66B
2022-10-29 21:47:46 +02:00
parent e0f76f699e
commit 55f589bea7
3 changed files with 34 additions and 4 deletions

View File

@@ -103,6 +103,7 @@ public class EntityOperation {
static final String PURGE = "purge";
static final String EXPUNGE = "expunge";
static final String REPORT = "report";
static final String DOWNLOAD = "download";
private static final int MAX_FETCH = 100; // operations
private static final long FORCE_WITHIN = 30 * 1000; // milliseconds