Feature/Improve redis cache part 2 (#3716)

* Set ttl to 0
pull/3719/head
Thomas Kaul 4 months ago committed by GitHub
parent e4ba27850d
commit c6f804f68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -443,7 +443,7 @@ export class BenchmarkService {
benchmarks, benchmarks,
expiration: expiration.getTime() expiration: expiration.getTime()
}), }),
ms('12 hours') / 1000 0
); );
} }

Loading…
Cancel
Save