mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
cache improvement solves #219
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
emitChanged(key) {
|
||||
this.emit('clean-cache', key);
|
||||
this.emit(key);
|
||||
this.emit('changed-cache', key);
|
||||
// this.emit(key);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user