Skip to content

Commit

Permalink
postgres: increase record batch size (#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Oct 26, 2022
1 parent 30bdae3 commit 1b59611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/postgres/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/pomerium/pomerium/pkg/storage"
)

const recordBatchSize = 64
const recordBatchSize = 4 * 1024

type recordStream struct {
backend *Backend
Expand Down

0 comments on commit 1b59611

Please sign in to comment.