Reduced CheckJobs timer to 100ms
This commit is contained in:
parent
4cce2e04cb
commit
37cf47bc17
@ -65,7 +65,7 @@ public partial class Tranga : GlobalBase
|
||||
while (keepRunning)
|
||||
{
|
||||
jobBoss.CheckJobs();
|
||||
Thread.Sleep(1000);
|
||||
Thread.Sleep(100);
|
||||
}
|
||||
});
|
||||
t.Start();
|
||||
|
Loading…
Reference in New Issue
Block a user