mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
use full dotted paths for all archivebox imports, add migrations and more fixes
This commit is contained in:
@@ -911,7 +911,7 @@ class Snapshot(ModelWithOutputDir, ModelWithConfig, ModelWithNotes, ModelWithHea
|
||||
)
|
||||
|
||||
merged = 0
|
||||
for dup in duplicates.iterator():
|
||||
for dup in duplicates.iterator(chunk_size=500):
|
||||
snapshots = list(
|
||||
cls.objects
|
||||
.filter(url=dup['url'], timestamp=dup['timestamp'])
|
||||
|
||||
Reference in New Issue
Block a user