mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:18:11 +01:00
50min timeout ;_;
This commit is contained in:
parent
21a7337061
commit
b618995b37
1 changed files with 3 additions and 3 deletions
|
@ -76,12 +76,12 @@ function init(app, config, rendertemplate) {
|
|||
);
|
||||
}
|
||||
})();
|
||||
}, 12000); /* setInterval */
|
||||
}, 12000);
|
||||
}, 3500000); /* setInterval */
|
||||
}, 3000000);
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
}
|
||||
}, 20000);
|
||||
}, 3000000);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in a new issue