Skip to content
Snippets Groups Projects
Commit 8735ee71 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Look for the json-db.ini file in the ctrl dir where Matt said it should be

parent 9873a091
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #169 passed
...@@ -68,7 +68,7 @@ function JSONdb (fileName, scope) { ...@@ -68,7 +68,7 @@ function JSONdb (fileName, scope) {
/* database settings */ /* database settings */
this.settings={ this.settings={
/* misc settings */ /* misc settings */
FILE:system.data_dir + "json-db.ini", FILE:system.ctrl_dir + "json-db.ini",
FILE_BUFFER:524288, FILE_BUFFER:524288,
LAST_SAVE:-1, LAST_SAVE:-1,
SAVE_INTERVAL:-1, SAVE_INTERVAL:-1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment