1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Generate 600x600 and 1500x1500 avatars

This commit is contained in:
Chocobozzz 2024-02-26 14:33:22 +01:00
parent fb2dc40858
commit 109e93c139
No known key found for this signature in database
GPG key ID: 583A612D890159BE
19 changed files with 83 additions and 33 deletions

View file

@ -30,6 +30,16 @@ export class ConfigCommand extends AbstractCommand {
}
}
static getDisableRatesLimitOverrideConfig () {
return {
rates_limit: {
api: {
max: 5000
}
}
}
}
// ---------------------------------------------------------------------------
enableSignup (requiresApproval: boolean, limit = -1) {