diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 176e75e..e8cc7d2 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | |||
@@ -363,7 +363,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
363 | if (!userProfile.HasInventory) | 363 | if (!userProfile.HasInventory) |
364 | { | 364 | { |
365 | int attempts = 0; | 365 | int attempts = 0; |
366 | while (attempts++ < 20) | 366 | while (attempts++ < 30) |
367 | { | 367 | { |
368 | m_log.DebugFormat( | 368 | m_log.DebugFormat( |
369 | "[INVENTORY CACHE]: Poll number {0} for inventory items in folder {1} for user {2}", | 369 | "[INVENTORY CACHE]: Poll number {0} for inventory items in folder {1} for user {2}", |