Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-12 12:29:41 +03:00
parent 439f4f927a
commit 53183d58f1
2 changed files with 17 additions and 29 deletions

View file

@ -91,7 +91,7 @@ class NetworkModule {
Socket provideSocket() {
Socket socket = new Socket();
try {
socket.setSoTimeout(5000);
socket.setSoTimeout(2000);
try {
socket.bind(new InetSocketAddress(0));
} catch (IOException e) {