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

Method GetMaxDataPerWrite

pkg/database/postgres/postgres.go:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177func (p *Postgres) GetMaxDataPerWrite() int {
178 return p.maxDataPerWrite
179}
180
181func (p *Postgres) GetMaxRetries() int {
182 return p.maxRetries

Callers 2

postgres_test.goFile · 0.80
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected