Skip to content

Commit

Permalink
limit (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfabeck authored Sep 18, 2019
1 parent 18b8db7 commit c992e3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adapter/PlentymarketsAdapter/Client/Iterator/Iterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Iterator implements BaseIterator, Countable
/**
* @var int
*/
private $limit = 100;
private $limit = 50;

/**
* @var int
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [## [5.3.2]]
### Fixed
- set iterator limit back to 50 (@Pfabeck)


## [## [5.3.1]]
### Fixed
- fix cascade persist error on status update (@Pfabeck)
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.5/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label>plentymarkets Shopware Connector</label>
<label lang="de">plentymarkets Shopware Connector</label>
<version>5.3.1</version>
<version>5.3.2</version>
<copyright>(c) plentymarkets GmbH</copyright>
<link>https://www.plentymarkets.eu/</link>
<author>arvatis media GmbH</author>
Expand Down

0 comments on commit c992e3f

Please sign in to comment.