alone


SUBMITTED BY: emmek

DATE: April 17, 2022, 6:22 p.m.

FORMAT: C#

SIZE: 228 Bytes

HITS: 14058

  1. add in App.config
  2. <system.net>
  3. <connectionManagement>
  4. <add address = "*" maxconnection ="1000000"/>
  5. </connectionManagement>
  6. </system.net>
  7. add in Main()
  8. ServicePointManager.DefaultConnectionLimit = int.MaxValue;

comments powered by Disqus