Merge pull request #7993 from wallabag/fix/pocket-api-import

This commit is contained in:
Jérémy Benoist
2025-02-07 21:26:07 +01:00
committed by GitHub

View File

@ -15,7 +15,7 @@ use Wallabag\CoreBundle\Entity\Entry;
class PocketImport extends AbstractImport class PocketImport extends AbstractImport
{ {
public const NB_ELEMENTS = 5000; public const NB_ELEMENTS = 30;
/** /**
* @var HttpMethodsClient * @var HttpMethodsClient
*/ */