mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:57:52 +01:00
fix this
This commit is contained in:
parent
564269ad29
commit
227b487f3e
1 changed files with 2 additions and 2 deletions
|
@ -85,12 +85,12 @@ function init(app, config, rendertemplate) {
|
||||||
})();
|
})();
|
||||||
}, 999999999999999999999999999999); /* setInterval */
|
}, 999999999999999999999999999999); /* setInterval */
|
||||||
|
|
||||||
}, 1000);
|
}, 100);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
console.error(err);
|
console.error(err);
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in a new issue