node-localstorage
node-localstorage copied to clipboard
Increase default quota size in node js
How to increase the default quota size for storage?
Hi @shrikartare, I was just searching for this myself, when looking at the code I found that the constructor for the LocalStorage object takes two parameters, first is the location and the second parameter (optional) is the quota size, defaulting at 5MB.