* Increase number of poll attempts an inventory items request will make under CAPS
parent
dc80fd2048
commit
e35e83312d
|
@ -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}",
|
||||
|
|
Loading…
Reference in New Issue