mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Limit user tokens cache
This commit is contained in:
parent
9f79ade627
commit
d74d29ad9e
13 changed files with 36 additions and 25 deletions
|
@ -3,7 +3,7 @@ import { logger } from '../../../helpers/logger'
|
|||
import { doRequest } from '../../../helpers/requests'
|
||||
import { buildGlobalHeaders, buildSignedRequestOptions, computeBody } from './utils/activitypub-http-utils'
|
||||
import { JOB_REQUEST_TIMEOUT } from '../../../initializers'
|
||||
import { ActorFollowScoreCache } from '../../cache'
|
||||
import { ActorFollowScoreCache } from '../../files-cache'
|
||||
|
||||
export type ActivitypubHttpUnicastPayload = {
|
||||
uri: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue