do not timeout floatsam assets caching thread

0.9.0.1-postfixes
UbitUmarov 2018-02-02 11:47:19 +00:00
parent e3f804e1d8
commit a22606a89f
1 changed files with 2 additions and 2 deletions

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;