| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 089c9c5 commit 6046779
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.5', | ||
| 39 | + 'v8_embedder_string': '-node.6', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -761,7 +761,7 @@ DEFINE_BOOL(baseline_batch_compilation, true, "batch compile Sparkplug code") | |||
| 761 | 761 | DEFINE_BOOL_READONLY(concurrent_sparkplug, false, | |
| 762 | 762 | "compile Sparkplug code in a background thread") | |
| 763 | 763 | #else | |
| 764 | - DEFINE_BOOL(concurrent_sparkplug, ENABLE_SPARKPLUG_BY_DEFAULT, | ||
| 764 | + DEFINE_BOOL(concurrent_sparkplug, false, | ||
| 765 | 765 | "compile Sparkplug code in a background thread") | |
| 766 | 766 | DEFINE_WEAK_IMPLICATION(future, concurrent_sparkplug) | |
| 767 | 767 | DEFINE_NEG_IMPLICATION(predictable, concurrent_sparkplug) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments