Currently there is no option to control the background token cleanup task. It gets started in the Factory.Configure() with hardcoded 10sec interval. I propose to introduce an option to turn it off or run less often. This is to reduce the chance of locking the tokens table especially in a clustered setup when two or more instances of IS share the same operational db. You don't want them all hammer the tokens table with deletes every 10sec.
Currently there is no option to control the background token cleanup task. It gets started in the Factory.Configure() with hardcoded 10sec interval. I propose to introduce an option to turn it off or run less often. This is to reduce the chance of locking the tokens table especially in a clustered setup when two or more instances of IS share the same operational db. You don't want them all hammer the tokens table with deletes every 10sec.