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

0.6.0-stable
Justin Clarke Casey 2008-05-07 15:53:27 +00:00
parent dc80fd2048
commit e35e83312d
1 changed files with 1 additions and 1 deletions

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}",