mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 14:39:40 +02:00
postgres: increase record batch size
This commit is contained in:
parent
30bdae3d9e
commit
8ae9f45ce0
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