mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverMain.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverMain.ml
Date: Sun, 17 Jul 2005 12:36:10 -0400

Index: mldonkey/src/daemon/driver/driverMain.ml
diff -u mldonkey/src/daemon/driver/driverMain.ml:1.54 
mldonkey/src/daemon/driver/driverMain.ml:1.55
--- mldonkey/src/daemon/driver/driverMain.ml:1.54       Sun Jul 17 16:12:59 2005
+++ mldonkey/src/daemon/driver/driverMain.ml    Sun Jul 17 16:36:07 2005
@@ -58,6 +58,7 @@
   CommonWeb.load_web_infos ()
 
 let minute_timer () =
+  CommonShared.shared_check_files ();
   CommonUploads.upload_credit_timer ();
   CommonInteractive.force_download_quotas ();
   CommonResult.dummy_result.result_time <- last_time ();
@@ -74,7 +75,6 @@
 let hourly_timer timer =
   incr CommonWeb.hours;
   if !CommonWeb.hours mod 24 = 0 then do_daily ();
-  CommonShared.shared_check_files ();
   if !CommonWeb.hours mod !!compaction_delay = 0 then Gc.compact ();
   DriverControlers.check_calendar ();
   CommonWeb.connect_redirector ();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]