Bugzilla bug #162934. Changed lock timeout to FLM_NO_TIMEOUT in various places so we won't get the lock timeout errors unnecessarily.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@354 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-04-26 16:06:02 +00:00
parent 266ab9b809
commit 705b025696
9 changed files with 12 additions and 16 deletions

View File

@@ -425,7 +425,7 @@ FSTATIC RCODE flmInitNewFile(
// The following code starts an update transaction on the new DB so
// we can get it built.
if (RC_BAD( rc = flmBeginDbTrans( pDb, FLM_UPDATE_TRANS, 0)))
if (RC_BAD( rc = flmBeginDbTrans( pDb, FLM_UPDATE_TRANS, FLM_NO_TIMEOUT)))
{
goto Exit;
}