Skip to content

Commit

Permalink
same
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Oct 24, 2024
1 parent af1bd22 commit 077011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/dyndns.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static function cron15($_eqLogic_id = null, $_force = false) {
} else {
$eqLogics = array(self::byId($_eqLogic_id));
}
sleep(rand(1, 60));
sleep(rand(1, 180));
$current_externalIP = self::getExternalIP();
foreach ($eqLogics as $eqLogic) {
$externalIP = $eqLogic->getCmd(null, 'externalIP');
Expand Down

0 comments on commit 077011e

Please sign in to comment.