Created
August 14, 2019 13:43
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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