large from 100 to 200

This commit is contained in:
s_jqzhang 2019-02-14 19:11:48 +08:00
parent 40627352b5
commit 9f474dc5b8

View File

@ -2587,7 +2587,7 @@ func (this *Server) SaveSmallFile(fileInfo *FileInfo) (error) {
os.MkdirAll(largeDir, 0775)
}
reName = fmt.Sprintf("%d", this.util.RandInt(100, 100))
reName = fmt.Sprintf("%d", this.util.RandInt(100, 200))
destPath = largeDir + "/" + reName
this.lockMap.LockKey(destPath)