mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
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:
commit
a34b5b55e3
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…
Add table
Add a link
Reference in a new issue