1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

optimize auto delete (#5245)

* use batch delete files

* check enabled_repo_auto_del via seafevents config

* fix code
This commit is contained in:
王健辉
2022-08-17 11:16:50 +08:00
committed by GitHub
parent b4c78adc82
commit 5e356c1b65
6 changed files with 34 additions and 17 deletions

View File

@@ -20,6 +20,7 @@ export const serviceURL = window.app.config.serviceURL;
export const appAvatarURL = window.app.config.avatarURL;
export const faviconPath = window.app.config.faviconPath;
export const loginBGPath = window.app.config.loginBGPath;
export const enableRepoAutoDel = window.app.config.enableRepoAutoDel;
//pageOptions
export const trashReposExpireDays = window.app.pageOptions.trashReposExpireDays;