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

@@ -22,7 +22,7 @@ public class DownloadAllBugReportsArchives extends ComponentsServerPass<File> {
}
@Override
protected boolean canStart(Object... args) throws Exception {
return SendRequest(ServerCode.ReceiveAllArchives, "", null, 60000);
return SendRequest(ServerCode.ReceiveAllArchives, "", null);
}
@Override
protected void body() throws Exception {