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