| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c79d9f9 commit b90a141
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ const TIMEOUT_MAX = 2147483647; // 2^31-1 | |||
| 15 | 15 | // | |
| 16 | 16 | // Timers are crucial to Node.js. Internally, any TCP I/O connection creates a | |
| 17 | 17 | // timer so that we can time out of connections. Additionally, many user | |
| 18 | - // user libraries and applications also use timers. As such there may be a | ||
| 18 | + // libraries and applications also use timers. As such there may be a | ||
| 19 | 19 | // significantly large amount of timeouts scheduled at any given time. | |
| 20 | 20 | // Therefore, it is very important that the timers implementation is performant | |
| 21 | 21 | // and efficient. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments