Use normal priority for forwarding

This commit is contained in:
M66B 2017-11-11 08:47:31 +01:00
parent af5796f220
commit 023fe81c10
1 changed files with 1 additions and 1 deletions

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");