| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 69ad89f commit dfff614
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.1', | ||
| 39 | + 'v8_embedder_string': '-node.2', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1009,7 +1009,7 @@ DEFINE_BOOL(baseline_batch_compilation, true, "batch compile Sparkplug code") | |||
| 1009 | 1009 | DEFINE_BOOL_READONLY(concurrent_sparkplug, false, | |
| 1010 | 1010 | "compile Sparkplug code in a background thread") | |
| 1011 | 1011 | #else | |
| 1012 | - DEFINE_BOOL(concurrent_sparkplug, ENABLE_SPARKPLUG_BY_DEFAULT, | ||
| 1012 | + DEFINE_BOOL(concurrent_sparkplug, false, | ||
| 1013 | 1013 | "compile Sparkplug code in a background thread") | |
| 1014 | 1014 | DEFINE_WEAK_IMPLICATION(future, concurrent_sparkplug) | |
| 1015 | 1015 | DEFINE_NEG_IMPLICATION(predictable, concurrent_sparkplug) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments