mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
misc
This commit is contained in:
parent
cbdf8513a9
commit
cc9d73f394
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user