|
|
vor 9 Jahren | |
|---|---|---|
| .. | ||
| README.md | vor 9 Jahren | |
| example.js | vor 9 Jahren | |
| index.js | vor 9 Jahren | |
| package.json | vor 9 Jahren | |
Long timeout makes it possible to have a timeout that is longer than 24.8 days (2^31-1 milliseconds).
var lt = require('long-timeout')
var timeout = lt.setTimeout(function() {
console.log('in 30 days')
}, 1000 * 60 * 60 * 24 * 30)
// Clear it
lt.clearTimeout(timeout)
npm install long-timeout
MIT