Firebird ADO.NET Provider SDK Documentation - v1.7

FbServerConfig.LockHashSlots Property

Tune lock hash list; more hash slots mean shorter hash chains. Only necessary under very high load. Prime number values are recommended.

[Visual Basic]
Public Property LockHashSlots As Integer
[C#]
public int LockHashSlots {get; set;}

See Also

FbServerConfig Class | FirebirdSql.Data.Firebird.Services Namespace