mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-17 11:19:15 +00:00
enhanced timeout waiting for new master after moving master to new host; example: my.sapsailing.com
This commit is contained in:
@@ -16,7 +16,7 @@ public interface Landscape<ShardingKey> {
|
||||
/**
|
||||
* The timeout for a host to come up
|
||||
*/
|
||||
Optional<Duration> WAIT_FOR_HOST_TIMEOUT = Optional.of(Duration.ONE_MINUTE.times(30));
|
||||
Optional<Duration> WAIT_FOR_HOST_TIMEOUT = Optional.of(Duration.ONE_HOUR.times(2));
|
||||
/**
|
||||
* The timeout for a running process to respond
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user