mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
@@ -129,7 +129,7 @@ namespace OpenSim
|
||||
if (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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user