Sfoglia il codice sorgente
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
tags/v4.1.0-rc.1
Chocobozzz
4 mesi fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 583A612D890159BE
1 ha cambiato i file con
0 aggiunte e
4 eliminazioni
-
server/middlewares/cache/cache.ts
|
|
@@ -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, |
|
|
|