Skip to content

Commit

Permalink
Disabled L2 caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Nov 16, 2024
1 parent 134be81 commit 618753e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Vue.directive('click-outside', {
});

EcRepository.caching = true;
EcRepository.cachingL2 = true;
// EcRepository.cachingL2 = true;

Vue.config.productionTip = false;
// Vue.config.silent = true;
Expand Down

0 comments on commit 618753e

Please sign in to comment.