Increase signature pool max object size #38
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package signature
|
|||
|
||||
import "sync"
|
||||
|
||||
const poolSliceMaxSize = 64 * 1024
|
||||
const poolSliceMaxSize = 128 * 1024
|
||||
|
||||
type buffer struct {
|
||||
data []byte
|
||||
|
|
Loading…
Add table
Reference in a new issue