mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-01 23:33:42 +00:00
* Retry upload when detecting concurrent uploads * Check conflict when update branch and set concurrent upload error Co-authored-by: 杨赫然 <heran.yang@seafile.com>
9 lines
170 B
Modula-2
9 lines
170 B
Modula-2
module test_upload
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/haiwen/seafile-server/fileserver v0.0.0-20220621072834-faf434def97d // indirect
|
|
gopkg.in/ini.v1 v1.66.6 // indirect
|
|
)
|