Browse Source

Feature/Improve redis cache part 2 (#3716)

* Set ttl to 0
pull/3719/head
Thomas Kaul 5 months ago
committed by GitHub
parent
commit
c6f804f68c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/api/src/app/benchmark/benchmark.service.ts

2
apps/api/src/app/benchmark/benchmark.service.ts

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

Loading…
Cancel
Save