mirror of https://github.com/lukechilds/node.git
Browse Source
When setTimeout() and setInterval() are called with `delay` greater than TIMEOUT_MAX (2147483647), the supplied value is ignored and 1 is used instead. Add a note about this in the timers docs. PR-URL: https://github.com/nodejs/node/pull/3512 Reviewed-By: Trevor Norris <trev.norris@gmai.com> Reviewed-By: Rich Trott <rtrott@gmail.com>process-exit-stdio-flushing
Guilherme Souza
9 years ago
committed by
Trevor Norris
1 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue