mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:18: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 */
|
||||
}, 150000);
|
||||
}, 46000); /* setInterval */
|
||||
}, 46000);
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue