mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 23:46:53 +00:00
create merge virtual repo task pool (#473)
* create merge virtual repo task pool * use for range
This commit is contained in:
@@ -923,7 +923,7 @@ func putUpdateBranchCB(rsp http.ResponseWriter, r *http.Request) *appError {
|
||||
return &appError{err, "", http.StatusInternalServerError}
|
||||
}
|
||||
|
||||
mergeVirtualRepo(repoID, "")
|
||||
mergeVirtualRepoTasks <- repoID
|
||||
|
||||
go updateRepoSize(repoID)
|
||||
|
||||
|
Reference in New Issue
Block a user