Allow 20 outbound connections per endpoint for the services

avinationmerge
Melanie Thielker 2014-10-13 23:24:47 +02:00
parent c19183932e
commit 0ecc417534
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ using Nini.Config;
using log4net;
using System.Reflection;
using System;
using System.Net;
using System.Collections.Generic;
using OpenSim.Framework.Servers;
using OpenSim.Framework.Servers.HttpServer;