rebuild: Add on-the-fly compression
This commit is contained in:
parent
674b9d8d07
commit
e5100a1f22
2 changed files with 38 additions and 15 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue