Skip to content

Commit

Permalink
move memored to microgateway-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jun 7, 2019
1 parent 86e898d commit 4e2b829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 422 deletions.
2 changes: 1 addition & 1 deletion cli/lib/reload-cluster.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var cluster = require('cluster');
var EventEmitter = require('events').EventEmitter;
var cpuCount = require('os').cpus().length;
const cache = require('../../third_party/memored/memored');
const cache = require('microgateway-plugins').memored;

const PURGE_INTERVAL = 60000;

Expand Down
Loading

0 comments on commit 4e2b829

Please sign in to comment.