Increase signature pool max object size (SUPPORT) #37

Merged

View file

@ -2,7 +2,7 @@ package signature
import "sync"
const poolSliceMaxSize = 64 * 1024
const poolSliceMaxSize = 128 * 1024
var buffersPool = sync.Pool{
New: func() any {