[texas] Add tuned parameters

This commit is contained in:
2025-10-10 11:04:12 +02:00
parent 7086945aa7
commit 2ff097f9d1
134 changed files with 1060 additions and 0 deletions

26
etc/scmaster.cfg Normal file
View File

@ -0,0 +1,26 @@
# Default plugins to load. Application specific configuration
# files should use the 'plugins' entry to specify additional
# plugins otherwise when using 'core.plugins' also these
# default values are going to be overwritten.
#
# To be able to read from all supported databases all available
# database plugins are loaded as 'core'.
# All currently supported db backends: dbmysql, dbpostgresql, dbsqlite3
core.plugins = dbmysql
# The plugins loaded and executed for this particular queue.
# The execution order is exactly the same order as given here.
queues.production.plugins = dbstore
queues.production.processors.messages = dbstore
# Select the database driver. This all depends on the
# loaded plugins.
queues.production.processors.messages.dbstore.driver = mysql
# Defines the read connection sent to the clients
queues.production.processors.messages.dbstore.read = sysop:sysop@localhost/seiscomp
# Defines the write connection for the plugin. This line
# will not be published and only be used internally.
queues.production.processors.messages.dbstore.write = sysop:sysop@localhost/seiscomp