mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +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 */
|
||||
|
||||
}, 1000);
|
||||
}, 100);
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
console.error(err);
|
||||
}
|
||||
}, 1000);
|
||||
}, 100);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in a new issue