diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index ea27346b16..314343757d 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs @@ -274,7 +274,7 @@ namespace OpenSim.Framework.Communications.Cache int attempts = 5; while (attempts-- > 0) { - Thread.Sleep(500); + Thread.Sleep(2000); if (userProfile.HasInventory) { @@ -370,7 +370,7 @@ namespace OpenSim.Framework.Communications.Cache "[INVENTORY CACHE]: Poll number {0} for inventory items in folder {1} for user {2}", attempts, folderID, agentID); - Thread.Sleep(500); + Thread.Sleep(2000); if (userProfile.HasInventory) {