Feature/Improve redis cache part 2 (#3716)

* Set ttl to 0
This commit is contained in:
Thomas Kaul
2024-08-31 16:11:18 +02:00
committed by GitHub
parent e4ba27850d
commit c6f804f68c

View File

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