リモートファイルの削除が重い問題を修正
This commit is contained in:
@@ -194,6 +194,13 @@ export function createDeleteObjectStorageFileJob(key: string) {
|
||||
});
|
||||
}
|
||||
|
||||
export function createCleanRemoteFilesJob() {
|
||||
return objectStorageQueue.add('cleanRemoteFiles', {}, {
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true
|
||||
});
|
||||
}
|
||||
|
||||
export default function() {
|
||||
if (!program.onlyServer) {
|
||||
deliverQueue.process(128, processDeliver);
|
||||
|
Reference in New Issue
Block a user