Skip to content
Prev Previous commit
Next Next commit
doc: revert max-old-space-size-percentage type to be a string
  • Loading branch information
Asaf-Federman committed Jul 23, 2025
commit a23ece3b0f12b85c25b04e5c66ceaa2eec039f81
2 changes: 1 addition & 1 deletion doc/node-config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"type": "number"
},
"max-old-space-size-percentage": {
"type": "number"
"type": "string"
},
"network-family-autoselection": {
"type": "boolean"
Expand Down