| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6adbfac commit 49c959d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,8 +12,8 @@ const NS_PER_MS = 1000000n; | |||
| 12 | 12 | ||
| 13 | 13 | const hrtime = process.hrtime.bigint; | |
| 14 | 14 | ||
| 15 | - const loopDuration = common.platformTimeout(100n); | ||
| 16 | - const timeout = common.platformTimeout(10); | ||
| 15 | + const loopDuration = common.platformTimeout(1000n); | ||
| 16 | + const timeout = common.platformTimeout(100); | ||
| 17 | 17 | ||
| 18 | 18 | function loop() { | |
| 19 | 19 | const start = hrtime(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments