Skip to content

Commit 6117774

Browse files
committed
fix interval
1 parent cb7e89b commit 6117774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,8 +1160,8 @@ public boolean start() {
11601160
_vpnCheckExecutor,
11611161
new CheckVpnCustomerGatewayObsoleteParametersTask(),
11621162
VpnCustomerGatewayObsoleteCheckInterval,
1163-
60,
1164-
TimeUnit.MINUTES);
1163+
3600,
1164+
TimeUnit.HOURS);
11651165
runner.start();
11661166
return true;
11671167
}

0 commit comments

Comments
 (0)