1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 04:34:38 -05:00

change interval lol

This commit is contained in:
Ashley 2023-05-23 17:34:00 +00:00
parent 4074a0a9d4
commit c82775f14c

View file

@ -76,8 +76,8 @@ function init(app, config, rendertemplate) {
);
}
})();
}, 46000); /* setInterval */
}, 46000);
}, 12000); /* setInterval */
}, 12000);
} catch (err) {
initlog("[FAILED] Load pages \n" + err);
}