We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa2a32 commit 65a9e6eCopy full SHA for 65a9e6e
config.go
@@ -20,7 +20,7 @@ func (singleton) apply(options ...option) option {
20
func (singleton) defaults(options ...option) []option {
21
return append([]option{
22
Options.Logger(&nop{}),
23
- Options.PreparationThreshold(10),
+ Options.PreparationThreshold(1),
24
}, options...)
25
}
26
0 commit comments