<?xml version="1.0" encoding="utf-8" ?>
<configuration>

  <system.net>
    <connectionManagement>
	  <add address="*" maxconnection="4" />
    </connectionManagement>
  </system.net>

</configuration>