Skip to content

Commit

Permalink
PAC-5: fix command option cache-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Apr 25, 2024
1 parent 4181886 commit db773ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 17.8.1

## Bugfixes

* The `--cache-enabled` option has been set globally to `false`.

# Version 17.8.0

## Bugfixes
Expand Down
3 changes: 2 additions & 1 deletion etc/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"archive-artefacts": true,
"debug-mode": false,
"strict-mode": true,
"cache-enabled": false,
"username": "admin",
"entity-type-code": "catalog_product",
"source-dir": "var/pacemaker/import",
Expand All @@ -26,4 +27,4 @@
"delimiter": ",",
"enclosure": "\"",
"escape": "\u0000"
}
}

0 comments on commit db773ce

Please sign in to comment.