# return this.cacheManager.set( `${this.blacklistTokenInitial}__${token}`, token, ttl ? ttl * 1000 : 0, );
# What's your cache-manager version? In c-m 4 the ttl is in seconds, in c-m 5 it's in milliseconds, maybe it's just expiring too fast?