SVN: toys/rsget.pl/Get/RapidShare

sparky sparky at pld-linux.org
Sat Jun 26 01:42:28 CEST 2010


Author: sparky
Date: Sat Jun 26 01:42:28 2010
New Revision: 11578

Modified:
   toys/rsget.pl/Get/RapidShare
Log:
- use DELAY


Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Sat Jun 26 01:42:28 2010
@@ -68,9 +68,7 @@
 	MULTI( "multi-download not allowed: $_" )
 		if match "Please wait until the download is completed";
 
-	# TODO: this should decrease file priority to delay its download,
-	# postpone it, download after the next file.
-	RESTART( -2 * 60, "no slots for free users: $_" )
+	DELAY( 5 * 60, "no slots for free users: $_" )
 		if match "There are no more download slots available for free users right now"
 			or match "Unfortunately right now our servers are overloaded";
 


More information about the pld-cvs-commit mailing list