Firebird ADO.NET Provider SDK Documentation - v1.7

FbServerConfig.DeadlockTimeout Property

Determines the number of seconds that the lock manager will wait after a conflict has been encountered before purging locks from dead processes and doing extra deadlock scan cycle. Engine detects deadlocks instantly in all normal cases, so this value affects things only if something goes wrong. Setting it too low may degrade system performance.

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

See Also

FbServerConfig Class | FirebirdSql.Data.Firebird.Services Namespace