Only using OAuth at the moment, I see the cleanup job run and remove records from oauth_token table, but it never removes anything from ticketgrantingticket table.
Is there another cleaner for ticketgrantingticket table?
Currently have following settings:
#cas.ticket.registry.cleaner.schedule.appId=cas-ticket-registry-cleaner
cas.ticket.registry.cleaner.schedule.startDelay=PT30S
cas.ticket.registry.cleaner.schedule.repeatInterval=PT5M
cas.ticket.registry.cleaner.schedule.enabled=true
-psv