Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Permify/permify
/ MaxDataPerWrite
Function
MaxDataPerWrite
pkg/database/postgres/options.go:85–89 ·
view source on GitHub ↗
(v int)
Source
from the content-addressed store, hash-verified
83
}
84
85
func
MaxDataPerWrite(v int) Option {
86
return
func
(c *Postgres) {
87
c.maxDataPerWrite = v
88
}
89
}
90
91
func
WatchBufferSize(v int) Option {
92
return
func
(c *Postgres) {
Callers
1
postgres_test.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected