mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
Change NB_ELEMENTS in pocket importer to 30 to comply with Pocket API restriction.
This commit is contained in:
parent
c7c74de4b8
commit
c4857564f3
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