Browse Source

Set ttl to 0

pull/3716/head
Thomas Kaul 12 months ago
parent
commit
b15526292f
  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')
0
);
}

Loading…
Cancel
Save