Skip to content

Commit

Permalink
Bump chunk size to 500 (#151)
Browse files Browse the repository at this point in the history
Right now chunks are usually 50kb to 80kb big and for search.nuschtos.de
we already have 380 files
  • Loading branch information
SuperSandro2000 authored Oct 27, 2024
1 parent cf1d132 commit 3c246cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rec {
ixx index \
--index-output $out/index.ixx \
--meta-output $out/meta \
--chunk-size 100 \
--chunk-size 500 \
$configPath
'';

Expand Down

0 comments on commit 3c246cc

Please sign in to comment.