Default client size for imap client pool.

This commit is contained in:
Burak Kaan Köse
2024-06-21 04:24:31 +02:00
parent b4103a4edb
commit e4784108f7
2 changed files with 6 additions and 2 deletions

View File

@@ -149,7 +149,8 @@ namespace Wino.Views.ImapSetup
ProxyServer = ProxyServerBox.Text,
ProxyServerPort = ProxyServerPortBox.Text,
Address = AddressBox.Text,
DisplayName = DisplayNameBox.Text
DisplayName = DisplayNameBox.Text,
MaxConcurrentClients = 5
};
if (UseSameCredentialsForSending)