We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6006a2 commit da6b2c9Copy full SHA for da6b2c9
src/management/commands/algolia_reindex.py
@@ -19,5 +19,5 @@ def handle(self, *args, **options):
19
continue
20
21
counts = adapter.reindex_all(
22
- batch_size=options.get('batchsize', None))
+ batch_size=options.get('batchsize', 1000))
23
self.stdout.write('\t* {} --> {}'.format(model.__name__, counts))
0 commit comments