|
|
@ -79,7 +79,9 @@ func (vs *VolumeServer) privateStoreHandler(w http.ResponseWriter, r *http.Reque |
|
|
|
atomic.AddInt64(&vs.inFlightUploadDataSize, contentLength) |
|
|
|
defer func() { |
|
|
|
atomic.AddInt64(&vs.inFlightUploadDataSize, -contentLength) |
|
|
|
vs.inFlightUploadDataLimitCond.Signal() |
|
|
|
if vs.concurrentUploadLimit != 0 { |
|
|
|
vs.inFlightUploadDataLimitCond.Signal() |
|
|
|
} |
|
|
|
}() |
|
|
|
|
|
|
|
// processs uploads
|
|
|
|