do not timeout floatsam assets caching thread
parent
e3f804e1d8
commit
a22606a89f
|
@ -809,7 +809,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
catch (UnauthorizedAccessException e)
|
catch (UnauthorizedAccessException)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
@ -1193,7 +1193,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||||
m_cleanupRunning = false;
|
m_cleanupRunning = false;
|
||||||
}
|
}
|
||||||
con.OutputFormat("Completed check with {0} assets.", assetReferenceTotal);
|
con.OutputFormat("Completed check with {0} assets.", assetReferenceTotal);
|
||||||
}, null, "TouchAllSceneAssets");
|
}, null, "TouchAllSceneAssets", false);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue