Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
noisersup committed May 13, 2024
1 parent db7c064 commit 08cd6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferretdb/ferretdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func New(config *Config) (*FerretDB, error) {

SQLiteURL: config.SQLiteURL,

//nolint:mnd // Handler default values
//nolint:mnd // Command-line default flags
TestOpts: registry.TestOpts{
CappedCleanupPercentage: 10,
BatchSize: 100,

Check warning on line 140 in ferretdb/ferretdb.go

View check run for this annotation

Codecov / codecov/patch

ferretdb/ferretdb.go#L139-L140

Added lines #L139 - L140 were not covered by tests
Expand Down

0 comments on commit 08cd6c3

Please sign in to comment.