Fix redis connection timeout

We don't need to start it at this point
And it could lead to issues when nodejs is compiling peertube using sync
calls
pull/4696/head
Chocobozzz 2022-01-04 10:29:01 +01:00
parent 8f5a1f36b5
commit cea093bca5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
import { HttpStatusCode } from '../../../shared/models/http/http-error-codes'
import { Redis } from '../../lib/redis'
import { ApiCache, APICacheOptions } from './shared'
// Ensure Redis is initialized
Redis.Instance.init()
const defaultOptions: APICacheOptions = {
excludeStatus: [
HttpStatusCode.FORBIDDEN_403,