timer-wheel
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -148,3 +148,3 @@ "use strict"; | ||
var b = this.findBucket(node); | ||
node.appendToTail(b); | ||
node.moveToTail(b); | ||
} | ||
@@ -151,0 +151,0 @@ node = next; |
@@ -142,3 +142,3 @@ import { TimerNode } from './timer-node'; | ||
const b = this.findBucket(node); | ||
node.appendToTail(b); | ||
node.moveToTail(b); | ||
} | ||
@@ -145,0 +145,0 @@ node = next; |
{ | ||
"name": "timer-wheel", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Timer wheel for managing expiration of a large amount of items", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -165,3 +165,3 @@ import { TimerNode } from './timer-node'; | ||
const b = this.findBucket(node); | ||
node.appendToTail(b); | ||
node.moveToTail(b); | ||
} | ||
@@ -168,0 +168,0 @@ node = next; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
58574