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, 21 Aug 2005 10:26:01 -0400

Index: mldonkey/src/daemon/driver/driverMain.ml
diff -u mldonkey/src/daemon/driver/driverMain.ml:1.64 
mldonkey/src/daemon/driver/driverMain.ml:1.65
--- mldonkey/src/daemon/driver/driverMain.ml:1.64       Mon Aug 15 20:22:50 2005
+++ mldonkey/src/daemon/driver/driverMain.ml    Sun Aug 21 14:26:00 2005
@@ -521,7 +521,7 @@
   Options.prune_file downloads_ini;
   Options.prune_file users_ini;
 (*  Options.prune_file downloads_expert_ini; *)
-  add_timer 20. (fun _ -> try CommonWeb.load_web_infos () with _ -> ());
+  add_timer 10. (fun _ -> try CommonWeb.load_web_infos () 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]