mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
make super init 16 mins
This commit is contained in:
parent
a865ab0307
commit
d03423f764
1 changed files with 2 additions and 2 deletions
|
@ -91,11 +91,11 @@ function init(app, config, rendertemplate) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, 55000);
|
}, 990000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
}
|
}
|
||||||
}, 50000);
|
}, 960000);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in a new issue