8 lines
350 B
YAML
8 lines
350 B
YAML
|
|
global:
|
||
|
|
# -- enables checking the highest DocID when starting the server.
|
||
|
|
# this only makes sense, if you also set a separate volume for the highest ID
|
||
|
|
# This is a backup / restore feature to avoid data mangling
|
||
|
|
checkHighestDocId: "1"
|
||
|
|
# -- sets the path of the highest ID file.
|
||
|
|
dvCheckPath: "/opt/ceyoniq/nscale-server/storage-layer/hid"
|