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
Jérémy Benoist
parent
3f491fe9ca
commit
9d8f8e9a9b
@ -9,7 +9,7 @@ use Wallabag\Entity\Entry;
|
|||||||
|
|
||||||
class PocketImport extends AbstractImport
|
class PocketImport extends AbstractImport
|
||||||
{
|
{
|
||||||
public const NB_ELEMENTS = 5000;
|
public const NB_ELEMENTS = 30;
|
||||||
/**
|
/**
|
||||||
* @var HttpClientInterface
|
* @var HttpClientInterface
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user