forked from wallabag/wallabag
Merge pull request #7797 from ruffinge/master
Change NB_ELEMENTS in pocket importer to 30 to comply with Pocket API
This commit is contained in:
@ -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