Browse Source

Update ttl to milliseconds

pull/3716/head
Thomas Kaul 1 year ago
parent
commit
92da09a998
  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, benchmarks,
expiration: expiration.getTime() expiration: expiration.getTime()
}), }),
ms('12 hours') / 1000 ms('12 hours')
); );
} }

Loading…
Cancel
Save