v0.48.6 40-40-40

This commit is contained in:
David Sainty 2024-08-19 13:38:43 +10:00
parent 915961cf51
commit 7fde0fa255

View File

@ -34,10 +34,10 @@ class GossamerForumsImporter < ImportScripts::Base
# This is not used, except for pool size... issue with our Bitnami Discourse?
ActiveRecord::Base.establish_connection(
adapter: 'postgresql',
database: 'discourse',
username: 'discourse',
password: 'nhB5FWhQkjdvaD2ViRNO63dQagDnzaTn',
host: '10.0.0.2',
database: 'slowtwitch',
username: 'admin',
password: "yxnh93Ybbz2Nm8#mp28zCVv",
host: 'slowtwitch.northend.network',
pool: 40, # Adjust based on concurrency needs
timeout: 5000
)