forked from wallabag/wallabag
Change NB_ELEMENTS in pocket importer to 30 to comply with Pocket API restriction.
This commit is contained in:
committed by
Jeremy Benoist
parent
c7c74de4b8
commit
c4857564f3
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user