You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the query cache Exqlite.Queries currently just grows infinitely. I think the solution we should look at is have this be a configurable value something like query_cache_size: 100 to set a max value, and setting to 0 would disable query caching.