aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-07 15:53:27 +0000
committerJustin Clarke Casey2008-05-07 15:53:27 +0000
commite35e83312df57eeed0b2cbdecd0d608c64611be9 (patch)
tree9a07bb12a74ffd698711a0f3ebc60c94305af8bf /OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
parentThank you, Middelink for a patch that fixes the regular expresion (diff)
downloadopensim-SC_OLD-e35e83312df57eeed0b2cbdecd0d608c64611be9.zip
opensim-SC_OLD-e35e83312df57eeed0b2cbdecd0d608c64611be9.tar.gz
opensim-SC_OLD-e35e83312df57eeed0b2cbdecd0d608c64611be9.tar.bz2
opensim-SC_OLD-e35e83312df57eeed0b2cbdecd0d608c64611be9.tar.xz
* Increase number of poll attempts an inventory items request will make under CAPS
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs2
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}",