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