v0.48.8 efforts to deal with MySQL connectionf failure issue

This commit is contained in:
David Sainty 2024-08-19 16:25:47 +10:00
parent f43bdcd462
commit 419af6d8cf

View File

@ -42,11 +42,6 @@ class GossamerForumsImporter < ImportScripts::Base
timeout: 5000
)
# host: "172.99.0.10",
# username: "admin",
# password: "x0YGLA9252iiTFQuqaM0ROX8FmQzZuUu",
# database: "slowtwitch"
# Initialize MySQL client to connect to Gossamer Forums database
@mysql_client = Mysql2::Client.new(
host: "slowtwitch.northend.network",