diff --git a/Playerbot-Configuration.md b/Playerbot-Configuration.md index e66ba5b..0f670e3 100644 --- a/Playerbot-Configuration.md +++ b/Playerbot-Configuration.md @@ -1,7 +1,7 @@ ## Disclaimer It has been observed that having a lot of bots, or players for that matter, will put a strain on hard drives; even with a fairly low amount of bots or players. MySQL will continuously read and write to the disk and the amount quickly adds up. Recommended configuration to extend lifespan of your hard drive: -- in mysql configuration file add line 'skip-log-bin' which reduce ~75-90% of writes because skipping binary logging +- in mysql configuration file add line `skip-log-bin` which reduce ~75-90% of writes because skipping binary logging - in playerbots configuration file enable `AiPlayerbot.DisabledWithoutRealPlayer` to make sure no bots are logged in while no players are - use as few bots as possible or limit yourself to only using altbots to minimize the amount of writes