Skip to content

Commit 34fe69b

Browse files
committed
Increase page size to 100. Since hash-based change detection will generate vastly
few apply queue tasks, we can afford to pull more books per page.
1 parent d17bf96 commit 34fe69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/palace/manager/integration/license/overdrive

src/palace/manager/integration/license/overdrive/importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class FeedImportResult:
4242

4343

4444
class OverdriveImporter(LoggerMixin):
45-
DEFAULT_PAGE_SIZE = 25
45+
DEFAULT_PAGE_SIZE = 100
4646

4747
def __init__(
4848
self,

0 commit comments

Comments
 (0)