8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00

Fixed typo.

This commit is contained in:
dimitr 2003-07-05 12:45:55 +00:00
parent 9c74a4945f
commit ffc209d9dc

View File

@ -76,7 +76,7 @@ const ConfigImpl::ConfigEntry ConfigImpl::entries[] =
{TYPE_INTEGER, "LockSignal", (ConfigValue) 16}, // signal #
{TYPE_BOOLEAN, "LockGrantOrder", (ConfigValue) true},
{TYPE_INTEGER, "LockHashSlots", (ConfigValue) 101}, // slots
{TYPE_INTEGER, "LockAquireSpins", (ConfigValue) false},
{TYPE_INTEGER, "LockAcquireSpins", (ConfigValue) false},
{TYPE_INTEGER, "EventMemSize", (ConfigValue) 65536}, // bytes
{TYPE_INTEGER, "DeadlockTimeout", (ConfigValue) 10}, // seconds
{TYPE_INTEGER, "SolarisStallValue", (ConfigValue) 60}, // seconds