verzweifelter Versuch es zu reparieren, back to master

This commit is contained in:
2021-02-28 10:42:44 +01:00
parent e8f9455c17
commit c46e5dbb3b
2 changed files with 8 additions and 3 deletions

View File

@ -66,5 +66,5 @@ void networkInit() {
networkImplInit();
config = getConfig();
schAdd(networkSecondsHandler, NULL, 1000000, 1000);
schAdd(networkSecondsHandler, NULL, 0, 1000);
}