Add my.cnf with database optimizations for chainquery

This commit is contained in:
Leopere 2018-10-06 15:53:18 -04:00
parent f598964e1a
commit 044cad8ab8

9
lbrycrd/my.cnf Normal file
View file

@ -0,0 +1,9 @@
# Default Homebrew MySQL server config
[mysqld]
# Only allow connections from localhost
innodb_log_file_size=5G
key_buffer_size=1G
innodb_flush_log_at_trx_commit = 0
innodb_autoinc_lock_mode=2
innodb_buffer_pool_size=1G
innodb_log_buffer_size=1G