node-localstorage icon indicating copy to clipboard operation
node-localstorage copied to clipboard

Increase default quota size in node js

Open shrikartare opened this issue 3 years ago • 1 comments

How to increase the default quota size for storage?

shrikartare avatar May 12 '22 07:05 shrikartare

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.

dimitrov-d avatar Sep 01 '22 07:09 dimitrov-d