* Increase number of poll attempts an inventory items request will make under CAPS

This commit is contained in:
Justin Clarke Casey
2008-05-07 15:53:27 +00:00
parent dc80fd2048
commit e35e83312d

View File

@@ -363,7 +363,7 @@ namespace OpenSim.Framework.Communications.Cache
if (!userProfile.HasInventory)
{
int attempts = 0;
while (attempts++ < 20)
while (attempts++ < 30)
{
m_log.DebugFormat(
"[INVENTORY CACHE]: Poll number {0} for inventory items in folder {1} for user {2}",