mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Increased a default size of the lock table, after discussion with Nickolay.
This commit is contained in:
parent
0d5a0d9d97
commit
00f41da60e
@ -64,7 +64,11 @@ const ConfigImpl::ConfigEntry ConfigImpl::entries[] =
|
|||||||
#endif
|
#endif
|
||||||
{TYPE_INTEGER, "ConnectionTimeout", (ConfigValue) 180}, // seconds
|
{TYPE_INTEGER, "ConnectionTimeout", (ConfigValue) 180}, // seconds
|
||||||
{TYPE_INTEGER, "DummyPacketInterval", (ConfigValue) 0}, // seconds
|
{TYPE_INTEGER, "DummyPacketInterval", (ConfigValue) 0}, // seconds
|
||||||
|
#if defined(WIN_NT) && !defined(SUPERSERVER)
|
||||||
|
{TYPE_INTEGER, "LockMemSize", (ConfigValue) 1048576}, // bytes
|
||||||
|
#else
|
||||||
{TYPE_INTEGER, "LockMemSize", (ConfigValue) 262144}, // bytes
|
{TYPE_INTEGER, "LockMemSize", (ConfigValue) 262144}, // bytes
|
||||||
|
#endif
|
||||||
#ifdef SINIXZ
|
#ifdef SINIXZ
|
||||||
{TYPE_INTEGER, "LockSemCount", (ConfigValue) 25}, // semaphores
|
{TYPE_INTEGER, "LockSemCount", (ConfigValue) 25}, // semaphores
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user