mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Updated Playerbot Configuration (markdown)
parent
c099dc4e8c
commit
01d085f290
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user