use threads from main pool on assetsconnector

This commit is contained in:
UbitUmarov
2017-05-25 04:51:45 +01:00
parent 65e9421058
commit e5377eb839
2 changed files with 1 additions and 4 deletions

View File

@@ -2579,7 +2579,6 @@ namespace OpenSim.Framework
}
catch (ThreadAbortException e)
{
m_log.Error(string.Format("Aborted threadfunc {0} ", threadFuncNum), e);
}
catch (Exception e)
{