mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add user history in import/export
This commit is contained in:
parent
7be401ac76
commit
98781f353d
24 changed files with 216 additions and 62 deletions
|
@ -817,6 +817,10 @@ const NSFW_POLICY_TYPES: { [ id: string ]: NSFWPolicyType } = {
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
const USER_EXPORT_MAX_ITEMS = 1000
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
// Express static paths (router)
|
||||
const STATIC_PATHS = {
|
||||
// TODO: deprecated in v6, to remove
|
||||
|
@ -1255,6 +1259,7 @@ export {
|
|||
STATIC_MAX_AGE,
|
||||
VIEWER_SYNC_REDIS,
|
||||
STATIC_PATHS,
|
||||
USER_EXPORT_MAX_ITEMS,
|
||||
VIDEO_IMPORT_TIMEOUT,
|
||||
VIDEO_PLAYLIST_TYPES,
|
||||
MAX_LOGS_OUTPUT_CHARACTERS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue