TYPO3 stores which folders are expanded, in the ``be_users.uc`` column.

If something broke because a really large folder was expanded, clear it with::

  UPDATE be_users SET uc = NULL WHERE username = 'cweiske';