Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
func
(p *Postgres) GetMaxRetries() int {
182
return
p.maxRetries
183
}
184
185
func
(p *Postgres) GetWatchBufferSize() int {
186
return
p.watchBufferSize
Callers
4
postgres_test.go
File · 0.80
Write
Method · 0.80
Delete
Method · 0.80
RunBundle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected