mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
change timeout owo
This commit is contained in:
parent
b9638a5dc6
commit
ddb158eec5
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ function init(app, config, rendertemplate) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, 150000); /* setInterval */
|
}, 46000); /* setInterval */
|
||||||
}, 150000);
|
}, 46000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue