mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Revering comment.
This commit is contained in:
parent
21ef5054bf
commit
fe2c9bf49d
@ -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…
Reference in New Issue
Block a user