diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php index 5a0325759..b9c5c0062 100644 --- a/src/Wallabag/ImportBundle/Import/PocketImport.php +++ b/src/Wallabag/ImportBundle/Import/PocketImport.php @@ -15,7 +15,7 @@ use Wallabag\CoreBundle\Entity\Entry; class PocketImport extends AbstractImport { - public const NB_ELEMENTS = 5000; + public const NB_ELEMENTS = 30; /** * @var HttpMethodsClient */