mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-21 04:56:18 +00:00
Change NB_ELEMENTS in pocket importer to 30 to comply with Pocket API restriction.
This commit is contained in:
parent
3f491fe9ca
commit
9d8f8e9a9b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use Wallabag\Entity\Entry;
|
|||
|
||||
class PocketImport extends AbstractImport
|
||||
{
|
||||
public const NB_ELEMENTS = 5000;
|
||||
public const NB_ELEMENTS = 30;
|
||||
/**
|
||||
* @var HttpClientInterface
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue