diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 3fe097d618..1b24747a15 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2008-08-07 Sancho Lerena + + * bin/pandora_server: Disabled downtime server code until + we can review changes in db structure from new code / console. + 2008-08-05 Sancho Lerena * bin/pandora_recon: New functional recon server. It implements diff --git a/pandora_server/bin/pandora_server b/pandora_server/bin/pandora_server index 9bdd139177..2a5c6e6e9d 100755 --- a/pandora_server/bin/pandora_server +++ b/pandora_server/bin/pandora_server @@ -93,7 +93,8 @@ my $dbh = DBI->connect("DBI:mysql:$dbname:$dbhost:3306", while (1) { pandora_serverkeepaliver (\%pa_config, 0, $dbh); - pandora_planned_downtime (\%pa_config, $dbh); + # Disabled until we can finish code from editor and update server code + # pandora_planned_downtime (\%pa_config, $dbh); keep_alive_check (\%pa_config, $dbh); threads->yield; sleep ($pa_config{"server_threshold"});