8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00
This commit is contained in:
AlexPeshkoff 2024-02-14 18:28:51 +03:00
parent 0475c32072
commit ac43c84eeb

View File

@ -635,7 +635,7 @@ bool CCH_exclusive_attachment(thread_db* tdbb, USHORT level, SSHORT wait_flag, S
return true;
}
// Our thread needs to sleep for CCH_EXCLUSIVE_RETRY_INTERVAL seconds.
// Our thread needs to sleep for CCH_EXCLUSIVE_RETRY_INTERVAL milliseconds.
if (remaining >= CCH_EXCLUSIVE_RETRY_INTERVAL)
{