What unit is in cacheSize? let db = TAFFY(); db.settings({cacheSize:10000}); for (let i = 0; i < data.length; i++) { db.insert(data[i]); } where data.length = 10000 Failed to execute 'setItem' on 'Storage': Setting the value of 'taffy_database' exceeded the quota. What is wrong in this part of code? It doesn't work either if I type this.db.store(name) before settings where name = 'database'.