fixed charta indexing
This commit is contained in:
@@ -325,14 +325,15 @@ func (srv *Server) Build() error {
|
||||
// Creating file operator
|
||||
srv.logg.Infof("Creating file operator")
|
||||
fileoperParams := &fileoper.OperatorParams{
|
||||
MainDB: srv.mdb,
|
||||
Store: srv.stor,
|
||||
MainDB: srv.mdb,
|
||||
Store: srv.stor,
|
||||
Hostname: srv.conf.Hostname,
|
||||
}
|
||||
srv.fiop, err = fileoper.NewOperator(fileoperParams)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
// Creating operator
|
||||
// Creating image operator
|
||||
srv.logg.Infof("Creating operator")
|
||||
imageoperParams := &imageoper.OperatorParams{
|
||||
MainDB: srv.mdb,
|
||||
|
||||
Reference in New Issue
Block a user