From 419af6d8cf6d67ecc981369d82e4f2e698e59071 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 16:25:47 +1000 Subject: [PATCH] v0.48.8 efforts to deal with MySQL connectionf failure issue --- gossamer_forums.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index fb67a91..0c3192f 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -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",