mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Set the receive thread's priority to maximum
This commit is contained in:
parent
890ee846f7
commit
7b10e52808
@ -252,6 +252,7 @@ public class VideoStream {
|
||||
};
|
||||
threads.add(t);
|
||||
t.setName("Video - Receive");
|
||||
t.setPriority(Thread.MAX_PRIORITY);
|
||||
t.start();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user