Skip to content

Commit

Permalink
Merge pull request #216 from socrata/rjm/increase-timeout
Browse files Browse the repository at this point in the history
Increase GIS scan timeout from 2 to 5 minutes
  • Loading branch information
rjmac authored Apr 9, 2024
2 parents a1a25d6 + eb2c62c commit 102e3bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public class GISPublisher {

private static final int scanTimeoutMS = 2 * 60 * 1000; // 2 minutes
private static final int scanTimeoutMS = 5 * 60 * 1000; // 5 minutes
private static final Logger logging = Logger.getLogger(GISJob.class.getName());
private static String ticket = "";

Expand Down

0 comments on commit 102e3bf

Please sign in to comment.