Skip to content

Commit

Permalink
fix: dont reuse connection
Browse files Browse the repository at this point in the history
  • Loading branch information
isqad committed Oct 24, 2018
1 parent 2f8312d commit c0dba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sphinx/integration/transmitter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def type_cast_to_multi(value)
#

def connection
@connection ||= klass.connection
klass.connection
end

def sphinx_document_ids(records)
Expand Down

0 comments on commit c0dba2f

Please sign in to comment.