diff --git a/Playerbot-Configuration.md b/Playerbot-Configuration.md index 34a2e75..7cfe16e 100644 --- a/Playerbot-Configuration.md +++ b/Playerbot-Configuration.md @@ -17,11 +17,12 @@ innodb_use_fdatasync = ON innodb_buffer_pool_instances = 12 innodb_log_buffer_size = 32M -# Prevent SQL Deadlocks as much as possible -transaction_isolation="READ-COMMITTED" - # Max age of binary logs - 5 days to prevent binary log pileups binlog_expire_logs_seconds = 432000 + +# Optionally: +# Prevent SQL Deadlocks as much as possible +transaction_isolation="READ-COMMITTED" ``` ## Bot activity profiles and performance