Skip to content

Commit

Permalink
format.
Browse files Browse the repository at this point in the history
  • Loading branch information
KANIOYH committed Sep 4, 2024
1 parent b5738fc commit 09dcc11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ var DefaultOptions = Options{
deprecatedtableLowerThreshold: 2 * 100 * KB, // 200K
deprecatedtableUpperThreshold: 4 * 100 * KB, // 400K
//nolint:gomnd // default
diskIOSamplingInterval: 10,
diskIOReadBusyThreshold: 1 * KB,
diskIOWriteBusyThreshold: 1 * KB,
autoCompact: true,
diskIOSamplingInterval: 10,
diskIOReadBusyThreshold: 1 * KB,
diskIOWriteBusyThreshold: 1 * KB,
autoCompact: true,
//nolint:gomnd // default
WaitMemSpaceTimeout: 100 * time.Millisecond,
}
Expand Down

0 comments on commit 09dcc11

Please sign in to comment.