From 7c3c4e1bf1b2809d67e2233c70a1d6aaf9913ccc Mon Sep 17 00:00:00 2001 From: jsmorley Date: Mon, 10 Aug 2009 19:48:27 +0000 Subject: [PATCH] --- Plugins/PluginWebParser/WebParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/PluginWebParser/WebParser.cpp b/Plugins/PluginWebParser/WebParser.cpp index b46a917a..5173c287 100644 --- a/Plugins/PluginWebParser/WebParser.cpp +++ b/Plugins/PluginWebParser/WebParser.cpp @@ -177,7 +177,7 @@ UINT Initialize(HMODULE instance, LPCTSTR iniFile, LPCTSTR section, UINT id) data->stringIndex2 = _wtoi(tmpSz); } - tmpSz = ReadConfigString(section, L"UpdateRate", L"1"); + tmpSz = ReadConfigString(section, L"UpdateRate", L"600"); if (tmpSz) { data->updateRate = _wtoi(tmpSz);