add index copy (aka reindex), fix typoe indicies to indices (#100)

This commit is contained in:
T. von Dein
2026-07-16 23:21:45 +02:00
parent 59cdc03ea2
commit 522898f187
15 changed files with 216 additions and 33 deletions

View File

@@ -33,7 +33,7 @@ func RolloverConditions(conf *cfg.Config) types.RolloverConditionsVariant {
}
if conf.MaxDocs > 0 {
cond.MaxDocs(int64(conf.MaxDocs))
cond.MaxDocs(conf.MaxDocs)
}
if conf.MaxShardSize > 0 {