stud4fun
New Member
- Joined
- Dec 21, 2012
- Messages
- 717
- Reaction score
- 4
My DB Ticks per second is about 7- 8 second even after I changed
Bot Manager.cs.
Several months ago it was running at 15 - 22 seconds. But while keep updating, DB setting was lost but I changed Bot Manager.CS code.
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
Bot Manager.cs.
Several months ago it was running at 15 - 22 seconds. But while keep updating, DB setting was lost but I changed Bot Manager.CS code.
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
Last edited: