From 4c6fd102e42d31e8dcaf7106ed4ea6a992ba47d0 Mon Sep 17 00:00:00 2001 From: dms Date: Thu, 23 Nov 2000 14:53:14 +0000 Subject: [PATCH] changed core to www git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@167 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Freshmeat.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5