v0.48.2 batch size 1000, moving to local instance of MariaDB for slowtwitch db
This commit is contained in:
parent
7b71106f1a
commit
6c33de940c
@ -52,10 +52,10 @@ class GossamerForumsImporter < ImportScripts::Base
|
|||||||
# Database configuration for ActiveRecord
|
# Database configuration for ActiveRecord
|
||||||
ActiveRecord::Base.establish_connection(
|
ActiveRecord::Base.establish_connection(
|
||||||
adapter: 'postgresql',
|
adapter: 'postgresql',
|
||||||
# database: 'slowtwitch',
|
database: 'slowtwitch',
|
||||||
# username: 'admin',
|
username: 'admin',
|
||||||
# password: 'x0YGLA9252iiTFQuqaM0ROX8FmQzZuUu',
|
password: 'yxnh93Ybbz2Nm8#mp28zCVv',
|
||||||
# host: '172.99.0.10',
|
host: 'slowtwitch.northend.network',
|
||||||
pool: 20, # Adjust based on concurrency needs
|
pool: 20, # Adjust based on concurrency needs
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user