jeudi 23 octobre 2014

Ticks per second is so slow even after changing Bot manager.cs

My DB Ticks per second is about 7- 8 second even after I changed

Bot Manage.cs.



From this;





{

BotMain.TicksPerSecond = 10;

//BotMain.TicksPerSecond = Int32.MaxValue;







To this;



{

BotMain.TicksPerSecond = Int32.MaxValue;

//BotMain.TicksPerSecond = Int32.MaxValue;





What is causing my TPS so slow?. How can I fix it?





Thanks





Ticks per second is so slow even after changing Bot manager.cs

Aucun commentaire:

Enregistrer un commentaire