Skip to content
Prev Previous commit
Next Next commit
doc: change max-old-space-size-percentage type to be number
  • Loading branch information
Asaf-Federman committed Jul 23, 2025
commit c37775630da098a294e698c461cb18fb6af2d5f8
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": "string"
"type": "number"
},
"network-family-autoselection": {
"type": "boolean"
Expand Down