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

Function WatchBufferSize

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

Source from the content-addressed store, hash-verified

89}
90
91func WatchBufferSize(v int) Option {
92 return func(c *Postgres) {
93 c.watchBufferSize = v
94 }
95}
96
97func MaxRetries(v int) Option {
98 return func(c *Postgres) {

Callers 1

postgres_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected