Increase signature pool max object size (SUPPORT) #37
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package signature
|
||||||
|
|
||||||
import "sync"
|
import "sync"
|
||||||
|
|
||||||
const poolSliceMaxSize = 64 * 1024
|
const poolSliceMaxSize = 128 * 1024
|
||||||
|
|
||||||
var buffersPool = sync.Pool{
|
var buffersPool = sync.Pool{
|
||||||
New: func() any {
|
New: func() any {
|
||||||
|
|
Loading…
Add table
Reference in a new issue