8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00
This commit is contained in:
alexpeshkoff 2013-11-14 15:36:17 +00:00
parent cbdf8513a9
commit cc9d73f394

View File

@ -499,7 +499,12 @@ int SecurityDatabaseServer::authenticate(Firebird::IStatus* status, IServerBlock
}
int rc = instance->verify(writerInterface, sBlock);
#define USE_ATT_RQ_CACHE
#ifdef USE_ATT_RQ_CACHE
TimerInterfacePtr()->start(instance, 10 * 1000 * 1000);
#else
instance->handler();
#endif
return rc;
}
catch (const Firebird::Exception& ex)