mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-15 07:47:54 +02:00
Reduced CheckJobs timer to 100ms
This commit is contained in:
@ -65,7 +65,7 @@ public partial class Tranga : GlobalBase
|
||||
while (keepRunning)
|
||||
{
|
||||
jobBoss.CheckJobs();
|
||||
Thread.Sleep(1000);
|
||||
Thread.Sleep(100);
|
||||
}
|
||||
});
|
||||
t.Start();
|
||||
|
Reference in New Issue
Block a user