auto-git:

[change] node/server/server.js
This commit is contained in:
2025-05-28 05:42:26 +02:00
parent 465e2995e6
commit 02d3fa9629

View File

@@ -57,7 +57,7 @@ function pushSpiritToAllClients() {
setInterval(() => {
currentSpiritIndex = Math.floor(Math.random() * spirits.length);
pushSpiritToAllClients();
}, 30000);
}, 20000);
// Beim Start: Ersten Spirit pushen
setTimeout(pushSpiritToAllClients, 1500);