inputstrober thread priority set to 10

This commit is contained in:
minjaesong
2022-01-06 10:03:35 +09:00
parent 0a4410d865
commit 4ab9ad6a21
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ object InputStrober {
init {
// println("InputStrobe start")
thread.priority = 10
thread.start()
}