| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a33daad commit 6c32283
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ if (!process.env.HAS_STARTED_WORKER) { | |||
| 16 | 16 | } | |
| 17 | 17 | } else { | |
| 18 | 18 | const ctx = vm.createContext({}); | |
| 19 | - for (let i = 0; i < 10000; i++) { | ||
| 19 | + for (let i = 0; i < 100; i++) { | ||
| 20 | 20 | vm.runInContext('console.log(1)', ctx, { breakOnSigint: true }); | |
| 21 | 21 | } | |
| 22 | 22 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments