mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
add option --force-assets to load oar. this will force replace of assets in region cache (will also try to upload but service will most likely refuse). avoid using unless trying to do some recovery
This commit is contained in:
@@ -3480,7 +3480,7 @@ namespace OpenSim.Framework
|
||||
finally
|
||||
{
|
||||
Interlocked.Decrement(ref numRunningThreadFuncs);
|
||||
activeThreads.TryRemove(threadFuncNum, out ThreadInfo dummy);
|
||||
activeThreads.TryRemove(threadFuncNum, out _);
|
||||
if (loggingEnabled && threadInfo.LogThread)
|
||||
m_log.Debug($"Exit threadfunc {threadFuncNum} ({FormatDuration(threadInfo.Elapsed())}");
|
||||
callback = null;
|
||||
|
||||
Reference in New Issue
Block a user