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

Function MaxRetries

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

Source from the content-addressed store, hash-verified

95}
96
97func MaxRetries(v int) Option {
98 return func(c *Postgres) {
99 c.maxRetries = v
100 }
101}

Callers 1

postgres_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected