Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
func
(p *Postgres) GetMaxDataPerWrite() int {
178
return
p.maxDataPerWrite
179
}
180
181
func
(p *Postgres) GetMaxRetries() int {
182
return
p.maxRetries
Callers
2
postgres_test.go
File · 0.80
Write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected