A standalone version of MicroSudio (Node.js).
The setting to provide more space in the Standalone (Node.js) version does not work.
file "microstudio/server/server.js"
line 167
maxPayload: this.config.standalone ? 1000000000 : 40000000
Changing from 40Mb to 400Mb did not help either. I kept getting a message that the size of all my projects had exceeded 50 Mb (I had 71 Mb for all my projects).
Only changing "microstudio-master\server\content\user.js"
this.max_storage
for larger than 50 Mb removes the message about project space overflowing.