diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-19 14:23:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-03-19 14:30:43 +0100 |
commit | d74d29ad9e35929491cf37223398d2535ab23de0 (patch) | |
tree | 2812c9acbc05be0603eb671f8e6bd81086cf84d5 /server/lib/cache/index.ts | |
parent | 9f79ade627f0044606a9fbbe16ca0154661d12b9 (diff) | |
download | PeerTube-d74d29ad9e35929491cf37223398d2535ab23de0.tar.gz PeerTube-d74d29ad9e35929491cf37223398d2535ab23de0.tar.zst PeerTube-d74d29ad9e35929491cf37223398d2535ab23de0.zip |
Limit user tokens cache
Diffstat (limited to 'server/lib/cache/index.ts')
-rw-r--r-- | server/lib/cache/index.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/lib/cache/index.ts b/server/lib/cache/index.ts deleted file mode 100644 index e921d04a7..000000000 --- a/server/lib/cache/index.ts +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | export * from './actor-follow-score-cache' | ||
2 | export * from './videos-preview-cache' | ||
3 | export * from './videos-caption-cache' | ||