mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
parent
abd7b4636a
commit
abf4c2ab21
@ -102,7 +102,7 @@ module Mastodon
|
|||||||
|
|
||||||
ActiveRecord::Base.connection_pool.with_connection do
|
ActiveRecord::Base.connection_pool.with_connection do
|
||||||
grouped_records = type.adapter.send(:grouped_objects, records)
|
grouped_records = type.adapter.send(:grouped_objects, records)
|
||||||
bulk_body = Chewy::Type::Import::BulkBuilder.new(type, grouped_records).bulk_body
|
bulk_body = Chewy::Type::Import::BulkBuilder.new(type, **grouped_records).bulk_body
|
||||||
end
|
end
|
||||||
|
|
||||||
index_count = grouped_records[:index].size if grouped_records.key?(:index)
|
index_count = grouped_records[:index].size if grouped_records.key?(:index)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user