FileServerSettings.SftpMaxSendQueueLength Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
SftpMaxSendQueueLength
Maximum length of queue of outgoing SFTP response packets. When the queue is full, the SFTP subsystem will not process further SFTP client requests until the client receives some responses. Value of 0 indiates unlimited queue length.
Declaration
public int SftpMaxSendQueueLength { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Setting this to a value that is too low negatively affects performace. Setting this to a value too high might cause memory consumption spikes.