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

Method GetMaxRetries

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

Source from the content-addressed store, hash-verified

179}
180
181func (p *Postgres) GetMaxRetries() int {
182 return p.maxRetries
183}
184
185func (p *Postgres) GetWatchBufferSize() int {
186 return p.watchBufferSize

Callers 4

postgres_test.goFile · 0.80
WriteMethod · 0.80
DeleteMethod · 0.80
RunBundleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected