- Mar 7, 2019
- 1,112
- 923
of courseI have around 400 games and I'm also having trouble with the app being very slow and getting random errors. If I set threads to 80 will it still check every game ?
ill give you an example
you have 5 students and each has done their exam and they need to be checked
if you have 5 people correcting the exams, then each person will check one exam and they all work at the same time, so it takes less
if instead you have 1 person correcting, then he will have to check one at a time and then move to the next and so on, so it takes longer
in your case you have 400 exams to correct, but having 400 professors in the same class correcting the exams is a bit hard, so they struggle
same concept here, you have 400 games to check, if you have more threads to check them they work more at the same time, but if you have too many threads your computer struggles
in my situation i started having issues past 100 games, and to be honest i set my threads to 20 and it works flawlessly. it might be my shitty internet connection, but 20 threads for me works at the same speed as 60 or 08 and so on... you just need to try it and see what works best for you
i wil fix the behavior of the threads setting in the future when i get to rewriting this tool, how it works right now is completely stupid. i will probably put 20 threads by default, but still allow it to be manually edited