убирание портов в константы внутри кода

This commit is contained in:
2025-02-08 19:19:26 +03:00
parent 7dd3069445
commit b8f1ad56ed
8 changed files with 16 additions and 39 deletions

View File

@@ -30,7 +30,7 @@ public abstract class RepositoryPass<S extends RepositoryServer, T> extends Pass
return true;
}
protected int getTimeout() {
return Global.properties.SocketTimeout;
return Constants.SocketTimeout;
}
//-
protected void connect() throws Exception {