RDS bugfixes & improvements

This commit is contained in:
Konrad Kosmatka
2025-05-17 09:00:31 +02:00
parent 2e34c6264c
commit 97822a08a5
6 changed files with 103 additions and 93 deletions
+2 -1
View File
@@ -31,6 +31,7 @@ let serverConfig = {
defaultTheme: "theme1",
bgImage: "",
rdsMode: false,
rdsTimeout: 0,
txIdAlgorithm: 0
},
xdrd: {
@@ -181,4 +182,4 @@ if (configExists()) {
module.exports = {
configName, serverConfig, configUpdate, configSave, configExists, configPath
};
};