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:
parent
fb2dc40858
commit
109e93c139
19 changed files with 83 additions and 33 deletions
|
@ -30,6 +30,16 @@ export class ConfigCommand extends AbstractCommand {
|
|||
}
|
||||
}
|
||||
|
||||
static getDisableRatesLimitOverrideConfig () {
|
||||
return {
|
||||
rates_limit: {
|
||||
api: {
|
||||
max: 5000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
enableSignup (requiresApproval: boolean, limit = -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue