Updated Playerbot Configuration (markdown)

SaW 2025-11-22 11:54:47 +01:00
parent 8f80983866
commit 8ee7f5f553

@ -17,11 +17,12 @@ innodb_use_fdatasync = ON
innodb_buffer_pool_instances = 12 innodb_buffer_pool_instances = 12
innodb_log_buffer_size = 32M 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 # Max age of binary logs - 5 days to prevent binary log pileups
binlog_expire_logs_seconds = 432000 binlog_expire_logs_seconds = 432000
# Optionally:
# Prevent SQL Deadlocks as much as possible
transaction_isolation="READ-COMMITTED"
``` ```
## Bot activity profiles and performance ## Bot activity profiles and performance