summaryrefslogtreecommitdiffstats
path: root/src/messaging/modestengine_maemo_p.h
diff options
context:
space:
mode:
authorMarko Minkkinen <marko.minkkinen@digia.com>2010-04-09 13:56:54 +0300
committerDon Sanders <don.sanders@nokia.com>2010-04-12 21:37:32 +1000
commitda9253cebc6b9cd0c64585ffa64badf4c833bece (patch)
tree152b14e857be1be01029bc3501feb8f77a46bc04 /src/messaging/modestengine_maemo_p.h
parent798d59511fa291286a2a3050ea2ef1367c6fa169 (diff)
Message header cache size increased
Diffstat (limited to 'src/messaging/modestengine_maemo_p.h')
-rw-r--r--src/messaging/modestengine_maemo_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messaging/modestengine_maemo_p.h b/src/messaging/modestengine_maemo_p.h
index 05c382498d..6a054455dc 100644
--- a/src/messaging/modestengine_maemo_p.h
+++ b/src/messaging/modestengine_maemo_p.h
@@ -67,7 +67,7 @@ QTM_BEGIN_NAMESPACE
typedef QMap< QString, QString > ModestStringMap;
typedef QList< ModestStringMap > ModestStringMapList;
-static const int maxCacheSize = 1000;
+static const int maxCacheSize = 100000;
class QMessageService;
class QMessageServicePrivate;