Known Issues ============ Known issues and potential workarounds ####################################### Cache * Cache size sometimes does not update to reflect actual disk space used by the Cache. The Cache size may show as ``empty`` and using no disk space when it is in fact using storage space for cached files. This is an intermittent issue and we are working towards a solution. Database * We use ``LevelDB`` as our underlying datastore. LevelDB is a fast database that outperforms its peers in write operations and sequential-order read operations. However, in rare cases with improper shutdown the underlying LevelDB database can become corrupt. We recommend frequent backups to avoid this scenario.