v++
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user