| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 663b103 commit 9716729
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ var buf = Buffer.alloc(SIZE, 'a'); | |||
| 11 | 11 | ||
| 12 | 12 | var server = net.createServer(function(socket) { | |
| 13 | 13 | socket.setNoDelay(); | |
| 14 | - socket.setTimeout(1000); | ||
| 14 | + socket.setTimeout(9999); | ||
| 15 | 15 | socket.on('timeout', function() { | |
| 16 | 16 | assert.fail(null, null, 'flushed: ' + flushed + | |
| 17 | 17 | ', received: ' + received + '/' + SIZE * N); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments