mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
make super init 2 mins
This commit is contained in:
parent
232ecbf678
commit
ef27eaf1cd
@ -92,11 +92,11 @@ function init(app, config, rendertemplate) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, 1230000);
|
}, 150000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
}
|
}
|
||||||
}, 1200000);
|
}, 120000);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
Reference in New Issue
Block a user