1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-26 09:48:46 +00:00

Use normal priority for forwarding

This commit is contained in:
M66B 2017-11-11 08:47:31 +01:00
parent af5796f220
commit 023fe81c10

View file

@ -1434,7 +1434,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
tunnelThread = null;
}
});
tunnelThread.setPriority(Thread.MAX_PRIORITY);
//tunnelThread.setPriority(Thread.MAX_PRIORITY);
tunnelThread.start();
Log.i(TAG, "Started tunnel thread");