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:
commit
fab0c02ba0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue