1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-20 02:10:20 +02:00
This commit is contained in:
Chris Lu 2021-04-02 02:22:59 -07:00
parent 8e404a1433
commit 319743d330

View file

@ -6,6 +6,7 @@ import (
)
var bufferCounter int64
func GetBuffer() *bytebufferpool.ByteBuffer {
defer func() {
atomic.AddInt64(&bufferCounter, 1)