Skip to content

Commit

Permalink
💩 Just always enable queryCache in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Mar 11, 2024
1 parent 9b1a07c commit 1fb15ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/class/datasource.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Datasource.startNewGroup();
* @version 1.4.0
*/
Datasource.setProperty(function queryCache() {

if (Blast.isBrowser) {
return true;
}

return !!alchemy.settings.data_management.model_query_cache_duration;
});

Expand Down

0 comments on commit 1fb15ad

Please sign in to comment.