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: Wed, 31 Aug 2005 20:04:13 -0400

Index: mldonkey/src/daemon/driver/driverMain.ml
diff -u mldonkey/src/daemon/driver/driverMain.ml:1.70 
mldonkey/src/daemon/driver/driverMain.ml:1.71
--- mldonkey/src/daemon/driver/driverMain.ml:1.70       Sun Aug 28 12:18:30 2005
+++ mldonkey/src/daemon/driver/driverMain.ml    Thu Sep  1 00:04:12 2005
@@ -72,7 +72,7 @@
 
 let hourly_timer timer =
   incr CommonWeb.hours;
-  CommonWeb.load_web_infos ();
+  CommonWeb.load_web_infos false;
   if !CommonWeb.hours mod !!compaction_delay = 0 then Gc.compact ();
   if !!backup_options_delay <> 0
      && !CommonWeb.hours mod !!backup_options_delay = 0 then
@@ -521,7 +521,7 @@
   Options.prune_file downloads_ini;
   Options.prune_file users_ini;
 (*  Options.prune_file downloads_expert_ini; *)
-  add_timer 10. (fun _ -> try CommonWeb.load_web_infos () with _ -> ());
+  add_timer 10. (fun _ -> try CommonWeb.load_web_infos true with _ -> ());
   lprintf_nl (_b "To command: telnet %s %d")
        (if !!telnet_bind_addr = Ip.any then "127.0.0.1"
                else Ip.to_string !!telnet_bind_addr)  !!telnet_port;




reply via email to

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