There was an error while loading. Please reload this page.
1 parent 5528e4f commit 455d091Copy full SHA for 455d091
1 file changed
api_v1.go
@@ -411,6 +411,7 @@ func v1_insert_many(c echo.Context) error {
411
Archivist: archivist,
412
Archived: true,
413
Message: fmt.Sprintf("tried %d items, inserted %d items", len(topItems), len(result.InsertedIDs)),
414
+ Tasks: len(result.InsertedIDs),
415
}:
416
default:
417
fmt.Println("archiveEventChan is full, dropping event")
0 commit comments