mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
close connections in discourse_merger
This commit is contained in:
parent
24c27b5321
commit
dbcbd8d939
@ -59,6 +59,9 @@ class BulkImport::DiscourseMerger < BulkImport::Base
|
|||||||
|
|
||||||
def start
|
def start
|
||||||
run
|
run
|
||||||
|
ensure
|
||||||
|
@raw_connection&.close
|
||||||
|
source_raw_connection&.close
|
||||||
end
|
end
|
||||||
|
|
||||||
def execute
|
def execute
|
||||||
|
Loading…
Reference in New Issue
Block a user