mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
* Increase number of poll attempts an inventory items request will make under CAPS
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user