Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/ghostferry
/ Validate
Method
Validate
config.go:961–967 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
959
}
960
961
func
(c *UpdatableConfig) Validate() error {
962
if
c.DataIterationBatchSize == 0 {
963
c.DataIterationBatchSize = 200
964
}
965
966
return
nil
967
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected