--- loncom/metadata_database/cleanup_database.pl 2003/02/03 05:17:50 1.3 +++ loncom/metadata_database/cleanup_database.pl 2004/06/09 12:39:39 1.4 @@ -2,7 +2,7 @@ # The LearningOnline Network # cleanup_database.pl Remove stale temporary search results. # -# $Id: cleanup_database.pl,v 1.3 2003/02/03 05:17:50 harris41 Exp $ +# $Id: cleanup_database.pl,v 1.4 2004/06/09 12:39:39 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -79,7 +79,7 @@ use Time::Local; use DBI; my $help = 0; -my $killtime = 86400; +my $killtime = 86400*2; GetOptions( "killtime=s" => \$killtime, "help" => \$help ); if ($help) {