MCPcopy Create free account
hub / github.com/Shopify/ghostferry / init

Function init

batch_writer.go:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11var batchWriteRetryDelay = 5 * time.Millisecond
12
13func init() {
14 if os.Getenv("CI") == "true" {
15 batchWriteRetryDelay = 500 * time.Millisecond
16 }
17}
18
19type BatchWriterVerificationFailed struct {
20 mismatchedPaginationKeys []InlineVerifierMismatches

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected