summaryrefslogtreecommitdiff
path: root/indra/llvfs
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-03-13 17:39:32 -0600
committerDave Parks <davep@lindenlab.com>2010-03-13 17:39:32 -0600
commit71d11af31083ced30da7b67a2a63e624c93b44a3 (patch)
treeaf081ffc16a5462032eb2dfd5ea79e32bd36373a /indra/llvfs
parent294e7036e48b7efc17b2d48ebc050045bb0c5d14 (diff)
Mesh cache. Has a bug.
Diffstat (limited to 'indra/llvfs')
-rw-r--r--indra/llvfs/llvfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/llvfile.cpp b/indra/llvfs/llvfile.cpp
index e0e282d7af..6751f3eb93 100644
--- a/indra/llvfs/llvfile.cpp
+++ b/indra/llvfs/llvfile.cpp
@@ -320,7 +320,7 @@ BOOL LLVFile::setMaxSize(S32 size)
if (!mVFS->checkAvailable(size))
{
- LLFastTimer t(FTM_VFILE_WAIT);
+ //LLFastTimer t(FTM_VFILE_WAIT);
S32 count = 0;
while (sVFSThread->getPending() > 1000)
{