diff options
Diffstat (limited to 'feature-active-standby-management/src/main/feature/config/feature-active-standby-management.properties')
-rw-r--r-- | feature-active-standby-management/src/main/feature/config/feature-active-standby-management.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/feature-active-standby-management/src/main/feature/config/feature-active-standby-management.properties b/feature-active-standby-management/src/main/feature/config/feature-active-standby-management.properties index d9fd6ca3..fec8094e 100644 --- a/feature-active-standby-management/src/main/feature/config/feature-active-standby-management.properties +++ b/feature-active-standby-management/src/main/feature/config/feature-active-standby-management.properties @@ -30,8 +30,8 @@ resource.name=pdp1 site_name=site1 # Needed by DroolsPdpsElectionHandler -pdp.checkInterval=1500 -pdp.updateInterval=1000 +pdp.checkInterval=2500 +pdp.updateInterval=2500 #pdp.timeout=3000 # Need long timeout, because testTransaction is only run every 10 seconds. pdp.timeout=15000 |