MCPcopy Create free account
hub / github.com/Permify/permify / MaxDataPerWrite

Function MaxDataPerWrite

pkg/database/postgres/options.go:85–89  ·  view source on GitHub ↗
(v int)

Source from the content-addressed store, hash-verified

83}
84
85func MaxDataPerWrite(v int) Option {
86 return func(c *Postgres) {
87 c.maxDataPerWrite = v
88 }
89}
90
91func WatchBufferSize(v int) Option {
92 return func(c *Postgres) {

Callers 1

postgres_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected