Skip to content

Commit

Permalink
Update recent params
Browse files Browse the repository at this point in the history
  • Loading branch information
wmitsuda committed Jan 17, 2025
1 parent 7fd48ea commit 175f3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/integration/commands/idx_optimize.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ var idxOptimize = &cobra.Command{
Enums: true,
LessFalsePositives: true,

BucketSize: 2000,
LeafSize: 8,
BucketSize: recsplit.DefaultBucketSize,
LeafSize: recsplit.DefaultLeafSize,
TmpDir: tmpDir,
IndexFile: idxPath,
Salt: salt,
Expand Down

0 comments on commit 175f3fe

Please sign in to comment.