[mapguide-commits] r1092 - trunk/MgDev/Common/MapGuideCommon/System
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Feb 5 16:05:58 EST 2007
Author: brucedechant
Date: 2007-02-05 16:05:57 -0500 (Mon, 05 Feb 2007)
New Revision: 1092
Modified:
trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp
Log:
Fix server configuration file property name typo.
Modified: trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp 2007-02-04 00:42:08 UTC (rev 1091)
+++ trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp 2007-02-05 21:05:57 UTC (rev 1092)
@@ -223,9 +223,9 @@
const STRING MgConfigProperties::FeatureServicePropertiesSection = L"FeatureServiceProperties";
const STRING MgConfigProperties::FeatureServicePropertyCacheSize = L"CacheSize";
const INT32 MgConfigProperties::DefaultFeatureServicePropertyCacheSize = 100;
-const STRING MgConfigProperties::FeatureServicePropertyCacheTimeLimit = L"CacheSizeTimeLimit";
+const STRING MgConfigProperties::FeatureServicePropertyCacheTimeLimit = L"CacheTimeLimit";
const INT32 MgConfigProperties::DefaultFeatureServicePropertyCacheTimeLimit = 86400;
-const STRING MgConfigProperties::FeatureServicePropertyCacheTimerInterval = L"CacheSizeTimerInterval";
+const STRING MgConfigProperties::FeatureServicePropertyCacheTimerInterval = L"CacheTimerInterval";
const INT32 MgConfigProperties::DefaultFeatureServicePropertyCacheTimerInterval = 3600;
const STRING MgConfigProperties::FeatureServicePropertyDataCacheSize = L"DataCacheSize";
const INT32 MgConfigProperties::DefaultFeatureServicePropertyDataCacheSize = 100;
More information about the mapguide-commits
mailing list