mirror of
https://gitee.com/sjqzhang/go-fastdfs.git
synced 2024-12-02 03:08:11 +08:00
large from 100 to 200
This commit is contained in:
parent
40627352b5
commit
9f474dc5b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user