Skip to content

Instantly share code, notes, and snippets.

@yvanzo
Created August 14, 2019 13:43
Show Gist options
  • Save yvanzo/0de1a875104a6ea20e02aadcbefde76c to your computer and use it in GitHub Desktop.
Save yvanzo/0de1a875104a6ea20e02aadcbefde76c to your computer and use it in GitHub Desktop.
Lesser intensive indexer is more time for other services to run at the same time
database]
dbname = musicbrainz_db
host = db
password = ${POSTGRES_PASSWORD}
port = 5432
user = ${POSTGRES_USER}
[solr]
uri = http://search:8983/solr
batch_size = 60
[sir]
import_threads = 1
query_batch_size = 2000
wscompat = on
[rabbitmq]
host = mq
user = sir
password = sir
vhost = /search-index-rebuilder
prefetch_count = 350
[sentry]
dsn = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment