mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 15:50:13 +01:00
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)
|
while (keepRunning)
|
||||||
{
|
{
|
||||||
jobBoss.CheckJobs();
|
jobBoss.CheckJobs();
|
||||||
Thread.Sleep(1000);
|
Thread.Sleep(100);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
t.Start();
|
t.Start();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user