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:
parent
af5796f220
commit
023fe81c10
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue