This commit is contained in:
Barış Soner Uşaklı
2018-12-14 17:31:06 -05:00
parent bf75f3e3b8
commit 29b63ae7fb
8 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ var uniquevisitors = 0;
* the cache could be exhausted continuously if there are more than 500 concurrently
* active users
*/
var ipCache = LRU({
var ipCache = new LRU({
max: 500,
length: function () { return 1; },
maxAge: 0,