move to global

This commit is contained in:
Vito0912
2025-06-05 14:07:35 +02:00
parent 709c33f27a
commit 84c9c6cb50
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -91,6 +91,12 @@ class Server {
global.PodcastDownloadTimeout = 30000
}
if (process.env.MAX_FAILED_EPISODE_CHECKS) {
global.MaxFailedEpisodeChecks = process.env.MAX_FAILED_EPISODE_CHECKS
} else {
global.MaxFailedEpisodeChecks = 24
}
if (!fs.pathExistsSync(global.ConfigPath)) {
fs.mkdirSync(global.ConfigPath)
}