mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.45k stars 143 forks source link

Not enough Storage with HTML Payload and cache:persist #74

Closed mettlus closed 11 years ago

mettlus commented 11 years ago

I am using html payload instead of JSON (since I am returning Partial View from my ASP.NET MVC Project) Every now and then I run into error from amplify which states that there is not enough storage when cache:persist is used How can I go past this error? TIA

scottgonzalez commented 11 years ago

This is not a bug. Persistent caches have browser-defined limits. How you handle the limits is up to you.