summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Sanders <don.sanders@nokia.com>2011-07-29 16:21:52 +1000
committerDon Sanders <don.sanders@nokia.com>2011-07-29 16:21:52 +1000
commite8776acc732f929f69a64d9ffffa4ce0ed8ac38e (patch)
tree1206938c8db8ec940294c2dbce90cf564832f988
parent17bee52ec7db8392cead197feb3170f2d3e03a12 (diff)
Revert "Reduce risk of timeout."2011W26_sales2
This reverts commit 29be2cc805ffaf0613107a22fa81768596b49473.
-rw-r--r--src/libraries/qmfclient/qmailstore_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/qmfclient/qmailstore_p.cpp b/src/libraries/qmfclient/qmailstore_p.cpp
index f6679ab8..46f7be05 100644
--- a/src/libraries/qmfclient/qmailstore_p.cpp
+++ b/src/libraries/qmfclient/qmailstore_p.cpp
@@ -4511,7 +4511,7 @@ bool QMailStorePrivate::repeatedly(FunctionType func, const QString &description
{
static const unsigned int MinRetryDelay = 64;
static const unsigned int MaxRetryDelay = 2048;
- static const unsigned int MaxAttempts = 100;
+ static const unsigned int MaxAttempts = 10;
// This function calls the supplied function repeatedly, retrying whenever it
// returns the DatabaseFailure result and the database's last error is SQLITE_BUSY.