mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Revering comment.
This commit is contained in:
parent
21ef5054bf
commit
fe2c9bf49d
@ -15,8 +15,8 @@ class Routes {
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
if (!config.DB_DISABLED) {
|
if (!config.DB_DISABLED) {
|
||||||
// this.createCache();
|
this.createCache();
|
||||||
// setInterval(this.createCache.bind(this), 600000);
|
setInterval(this.createCache.bind(this), 600000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user