This commit is contained in:
2025-02-15 23:30:48 +03:00
parent 68bd1ef6b4
commit 77179789f5
24 changed files with 51 additions and 64 deletions

View File

@@ -305,10 +305,6 @@ public abstract class RepositoryServer<D extends Database> {
return "Ping";
}
@Override
protected int getTimeout() {
return 0;
}
@Override
protected void body() throws Exception {
try {
super.body();