mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Revering comment.
This commit is contained in:
parent
21ef5054bf
commit
fe2c9bf49d
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ class Routes {
|
|||
|
||||
constructor() {
|
||||
if (!config.DB_DISABLED) {
|
||||
// this.createCache();
|
||||
// setInterval(this.createCache.bind(this), 600000);
|
||||
this.createCache();
|
||||
setInterval(this.createCache.bind(this), 600000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue