"Created" meta column + cleanup

This commit is contained in:
Kamil
2020-12-07 21:10:19 +01:00
committed by Gent S
parent 04112377ea
commit 05f4746af4
5 changed files with 456 additions and 501 deletions

View File

@@ -81,5 +81,5 @@ void settings::init() {
DISABLEFIRSTUSEFLAG = reader.GetInteger("shard", "disablefirstuseflag", DISABLEFIRSTUSEFLAG);
MONITORENABLED = reader.GetBoolean("monitor", "enabled", MONITORENABLED);
MONITORPORT = reader.GetInteger("monitor", "port", MONITORPORT);
MONITORINTERVAL = reader.GetInteger("monitor", "interval", MONITORINTERVAL);
MONITORINTERVAL = reader.GetInteger("monitor", "interval", MONITORINTERVAL);
}