Sessions are not cleaned up
-
My backups of 2fauth were taking quite long so I checked the size of the backup. The app stores some session data in
/app/data/storage/framework/sessions
, which does not seem to get cleaned up./app/data/storage/framework/sessions# find . -type f -printf x | wc -c 719188
With that amount of files it was not possible to list files with
ls
, which resultedKilled
being printed on the console.