1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-09 03:08:57 +00:00

Optimize cleaning-up of virtual repos and renaming, deleting operations.

This commit is contained in:
cuihaikuo
2019-03-19 11:58:44 +08:00
parent f491ea95e8
commit 7fe43a0248
6 changed files with 101 additions and 82 deletions

View File

@@ -1105,7 +1105,6 @@ put_update_branch_cb (evhtp_request_t *req, void *arg)
goto out;
}
seaf_repo_manager_cleanup_virtual_repos (seaf->repo_mgr, repo_id);
seaf_repo_manager_merge_virtual_repo (seaf->repo_mgr, repo_id, NULL);
schedule_repo_size_computation (seaf->size_sched, repo_id);