- Improved:

- Faster start-up by removing too many logs which indicates normality
  - By streamlined scanning of customised synchronisation extra phases have been deleted.
This commit is contained in:
vorotamoroz
2024-03-22 04:07:07 +01:00
parent e76e7ae8ea
commit f91109b1ad
2 changed files with 10 additions and 24 deletions
+1 -1
View File
@@ -2673,7 +2673,7 @@ Or if you are sure know what had been happened, we can unlock the database from
}
break;
case EVEN:
Logger("STORAGE == DB :" + file.path + "", LOG_LEVEL_VERBOSE);
Logger("STORAGE == DB :" + file.path + "", LOG_LEVEL_DEBUG);
break;
default:
Logger("STORAGE ?? DB :" + file.path + " Something got weird");