mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Fixed typo.
This commit is contained in:
parent
9c74a4945f
commit
ffc209d9dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user