From: Yoann G. <jj...@us...> - 2004-11-19 11:38:37
|
Update of /cvsroot/ngetsuite/ngetsuite2/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv675/ngetsuite Modified Files: group.rb Log Message: nfo dl optimisation Index: group.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite2/ngetsuite/group.rb,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** group.rb 20 Oct 2004 14:46:38 -0000 1.3 --- group.rb 19 Nov 2004 11:38:28 -0000 1.4 *************** *** 254,260 **** begin # fetches the nfos, w/o decoding ! `#{"nice -n#{$config['nice_nget_update']} -- " if $config['nice_nget_update'] != 0 }#{$config['nget']} --path #{tempdir} -G #{@_fullname} -K -L 150 -R 'subject \\.nfo|\\.txt == subject read\\.nfo != subject read\\.nfo.*\\.nfo == || &&' 2>&1` # but mark them for nget as if we didn't download them ! `#{"nice -n#{$config['nice_nget_update']} -- " if $config['nice_nget_update'] != 0 }#{$config['nget']} --path #{tempdir} -qq -G #{@_fullname} -U -r '\\.nfo|\\.txt' 2>&1` debug "Fetchnfos: #{Dir['ngettemp-*'].length} files downloaded in #{Utils.cooltime(Time.now-t)}" --- 254,260 ---- begin # fetches the nfos, w/o decoding ! `#{"nice -n#{$config['nice_nget_update']} -- " if $config['nice_nget_update'] != 0 }#{$config['nget']} --path #{tempdir} -G #{@_fullname} -K -D -R 'subject \\.nfo|\\.txt == bytes 100000 <= &&' 2>&1` # but mark them for nget as if we didn't download them ! `#{"nice -n#{$config['nice_nget_update']} -- " if $config['nice_nget_update'] != 0 }#{$config['nget']} --path #{tempdir} -qq -G #{@_fullname} -U -D -R 'subject \\.nfo|\\.txt == bytes 100000 <= &&' 2>&1` debug "Fetchnfos: #{Dir['ngettemp-*'].length} files downloaded in #{Utils.cooltime(Time.now-t)}" |