mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-13 00:58:06 +02:00
postgres: increase record batch size (#3708)
This commit is contained in:
parent
30bdae3d9e
commit
1b596115e9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/pomerium/pomerium/pkg/storage"
|
||||
)
|
||||
|
||||
const recordBatchSize = 64
|
||||
const recordBatchSize = 4 * 1024
|
||||
|
||||
type recordStream struct {
|
||||
backend *Backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue