1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-31 18:31:02 +00:00

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
commit fab0c02ba0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
*/ */