Correct help for default smb Connections to 5

This commit is contained in:
Aneesh Nireshwalia 2023-02-15 14:20:47 -07:00
parent 4186709165
commit 4b0f27a0b8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ type Config struct {
Domain string `option:"domain" help:"specify the domain for authentication."`
Layout string `option:"layout" help:"use this backend directory layout (default: auto-detect)"`
Connections uint `option:"connections" help:"set a limit for the number of concurrent operations (default: 2)"`
Connections uint `option:"connections" help:"set a limit for the number of concurrent operations (default: 5)"`
IdleTimeout time.Duration `option:"idle-timeout" help:"Max time in seconds before closing idle connections. If no connections have been returned to the connection pool in the time given, the connection pool will be emptied. Set to 0 to keep connections indefinitely.(default: 60)"`
RequireMessageSigning bool `option:"require-message-signing" help:"Mandates message signing otherwise does not allow the connection. If this is false, messaging signing is just enabled and not enforced. (default: false)"`
Dialect uint16 `option:"dialect" help:"Force a specific dialect to be used. For SMB311 use '785', for SMB302 use '770', for SMB300 use '768', for SMB210 use '528', for SMB202 use '514', for SMB2 use '767'. If unspecfied (0), following dialects are tried in order - SMB311, SMB302, SMB300, SMB210, SMB202 (default: 0)"`