Searched refs:nMaxAttempt (Results 1 – 1 of 1) sorted by relevance
1140 const int nMaxAttempt = (pDb->bRoTrans ? 1 : MAX_READLOCK_ATTEMPTS); in lsmBeginReadTrans() local1147 while( rc==LSM_OK && pDb->iReader<0 && (iAttempt++)<nMaxAttempt ){ in lsmBeginReadTrans()