rebuild: Add on-the-fly compression

This commit is contained in:
Tom Wiesing 2024-04-04 14:42:55 +02:00
parent 674b9d8d07
commit e5100a1f22
No known key found for this signature in database
2 changed files with 38 additions and 15 deletions

View file

@ -31,5 +31,5 @@ func (rts rebuildTS) Run(context wisski_distillery.Context) (err error) {
return err
}
return instance.TRB().DoSomething(context.Context, context.Stdout, rts.AllowEmptyRepository)
return instance.TRB().RebuildTriplestore(context.Context, context.Stdout, rts.AllowEmptyRepository)
}