mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
Merge pull request #7993 from wallabag/fix/pocket-api-import
This commit is contained in:
commit
fab0c02ba0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue