Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jellesiderius committed Aug 9, 2023
1 parent 5775e60 commit f748ceb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/tasks/magentoConfigureTask.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage-db-sync",
"version": "1.2.2",
"version": "1.2.3",
"description": "Database synchronizer for Magento, based on Magerun",
"author": {
"name": "Jelle Siderius"
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/magentoConfigureTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class MagentoConfigureTask {
{
title: 'Configuring cache',
task: async (): Promise<void> => {
await localhostMagentoRootExec(`${config.settings.magerun2CommandLocal} config:store:set system/full_page_cache/caching_application 2`, config);
await localhostMagentoRootExec(`${config.settings.magerun2CommandLocal} config:store:set system/full_page_cache/caching_application 1`, config);
}
}
);
Expand Down

0 comments on commit f748ceb

Please sign in to comment.