I've found nothing in docs about regular cleanup of sessions. It would be worthy to make a note in server bootstrap, and adding cron daily SQL script into hub spec (getting connection info from hub.conf).
DELETE FROM sessions WHERE update_time < now() - '1 day'::interval;
PR #1492
Metadata Update from @tkopecek: - Custom field Size adjusted to None
Metadata Update from @tkopecek: - Issue assigned to tkopecek
Metadata Update from @tkopecek: - Custom field Size adjusted to medium (was: None) - Issue set to the milestone: 1.19 - Issue tagged with: feature, usability
Commit 6c97ff43 fixes this issue
Commit f68eeb6c fixes this issue
Metadata Update from @jcupova: - Issue tagged with: testing-done
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/1478
Please continue any further discussion there.