Disable lock

This commit is contained in:
x032205
2025-08-29 22:26:59 -04:00
parent 82faf3a797
commit b447ccd3f0

View File

@@ -82,7 +82,7 @@ export const identityUaServiceFactory = ({
}
const identityTx = await identityUaDAL.transaction(async (tx) => {
await tx.raw("SELECT pg_advisory_xact_lock(?)", [PgSqlLock.IdentityLogin(identityUa.identityId, clientId)]);
// await tx.raw("SELECT pg_advisory_xact_lock(?)", [PgSqlLock.IdentityLogin(identityUa.identityId, clientId)]);
// Lockout Check
const lockoutRaw = await keyStore.getItem(LOCKOUT_KEY);