Author: sparky
Date: Tue Dec  8 02:57:44 2009
New Revision: 11016

Modified:
   toys/rsget.pl/RSGet/Main.pm
Log:
- call curl perform more often


Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm (original)
+++ toys/rsget.pl/RSGet/Main.pm Tue Dec  8 02:57:44 2009
@@ -272,9 +272,10 @@
 {
        if ( RSGet::Curl::need_run() ) {
                RSGet::Curl::maybe_abort();
-               foreach ( 0..4 ) {
+               RSGet::Curl::perform();
+               foreach ( 0..25 ) {
+                       Time::HiRes::sleep(0.01);
                        RSGet::Curl::perform();
-                       Time::HiRes::sleep(0.050);
                }
        } else {
                Time::HiRes::sleep(0.250);
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to