Skip to content

Commit

Permalink
Default locator timeout set to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed Aug 10, 2024
1 parent 3da1c90 commit 215ec54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
public class BdxlLocator extends AbstractLocator {

private long timeout = 20L;
private long timeout = 30L;
private int maxRetries = 3;

private static final List<InetAddress> customDNSServers = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

public class BusdoxLocator extends AbstractLocator {

private long timeout = 20L;
private long timeout = 30L;
private int maxRetries = 3;

private static final List<InetAddress> customDNSServers = new ArrayList<>();
Expand Down

0 comments on commit 215ec54

Please sign in to comment.