From: dms Date: Thu, 23 Nov 2000 14:53:14 +0000 (+0000) Subject: changed core to www X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4c6fd102e42d31e8dcaf7106ed4ea6a992ba47d0;p=infobot.git changed core to www git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@167 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/Freshmeat.pl b/src/Modules/Freshmeat.pl index f7c60db..78eb6a5 100644 --- a/src/Modules/Freshmeat.pl +++ b/src/Modules/Freshmeat.pl @@ -12,7 +12,7 @@ use strict; ### download compressed version instead? my %urls = ( - 'public' => 'http://core.freshmeat.net/backend/appindex.txt', + 'public' => 'http://www.freshmeat.net/backend/appindex.txt', 'private' => 'http://feed.freshmeat.net/appindex/appindex.txt', ); @@ -153,7 +153,7 @@ sub downloadIndex { next; } - if ($i % 100 == 0 and $i != 0) { + if ($i % 200 == 0 and $i != 0) { &main::DEBUG("FM: unlocking and locking."); &main::dbRaw("UNLOCK", "UNLOCK TABLES"); ### another lame hack to "prevent" errors.