SVN: toys/rsget.pl/RSGet/Main.pm

sparky sparky at pld-linux.org
Tue Dec 8 02:57:45 CET 2009


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);


More information about the pld-cvs-commit mailing list