do not timeout floatsam assets caching thread

This commit is contained in:
UbitUmarov
2018-02-02 11:47:19 +00:00
parent e3f804e1d8
commit a22606a89f

View File

@@ -809,7 +809,7 @@ namespace OpenSim.Region.CoreModules.Asset
return;
}
catch (UnauthorizedAccessException e)
catch (UnauthorizedAccessException)
{
}
finally
@@ -1193,7 +1193,7 @@ namespace OpenSim.Region.CoreModules.Asset
m_cleanupRunning = false;
}
con.OutputFormat("Completed check with {0} assets.", assetReferenceTotal);
}, null, "TouchAllSceneAssets");
}, null, "TouchAllSceneAssets", false);
break;