parent
c4efeb0f7c
commit
0c5facbd75
|
@ -129,7 +129,7 @@ namespace OpenSim
|
||||||
if (workerThreads < workerThreadsMin)
|
if (workerThreads < workerThreadsMin)
|
||||||
{
|
{
|
||||||
workerThreads = workerThreadsMin;
|
workerThreads = workerThreadsMin;
|
||||||
m_log.InfoFormat("[OPENSIM MAIN]: Bumping up to max worker threads to {0}",workerThreads);
|
m_log.InfoFormat("[OPENSIM MAIN]: Bumping up max worker threads to {0}",workerThreads);
|
||||||
}
|
}
|
||||||
if (workerThreads > workerThreadsMax)
|
if (workerThreads > workerThreadsMax)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue