diff options
Diffstat (limited to 'mail/src')
| -rw-r--r-- | mail/src/leap/mail/imap/memorystore.py | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/mail/src/leap/mail/imap/memorystore.py b/mail/src/leap/mail/imap/memorystore.py index f23a234..56cd000 100644 --- a/mail/src/leap/mail/imap/memorystore.py +++ b/mail/src/leap/mail/imap/memorystore.py @@ -364,9 +364,11 @@ class MemoryStore(object):          # Update memory store size          # XXX this should use [mbox][uid] -        key = mbox, uid -        self._sizes[key] = size.get_size(self._fdoc_store[key]) +        # TODO --- this has to be deferred to thread,          # TODO add hdoc and cdocs sizes too +        # it's slowing things down here. +        #key = mbox, uid +        #self._sizes[key] = size.get_size(self._fdoc_store[key])      def purge_fdoc_store(self, mbox):          """ | 
