| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f0ff2ed commit 2952c5d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,5 +37,5 @@ process.on('exit', () => { | |||
| 37 | 37 | const bytesPerChunk = | |
| 38 | 38 | (process.memoryUsage().rss - baseRSS) / receivedChunks.length; | |
| 39 | 39 | // We should always have less than one page (usually ~ 4 kB) per chunk. | |
| 40 | - assert(bytesPerChunk < 600, `measured ${bytesPerChunk} bytes per chunk`); | ||
| 40 | + assert(bytesPerChunk < 650, `measured ${bytesPerChunk} bytes per chunk`); | ||
| 41 | 41 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments