mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 11:42:24 -05:00
[bugfix] Fix preposterous characters reserved per URL amount (#809)
* clarify docs * tidy up consts, set reserved chars much lower * update tests
This commit is contained in:
parent
d09ddb4769
commit
a26280b31a
4 changed files with 23 additions and 14 deletions
|
|
@ -1183,8 +1183,8 @@ definitions:
|
|||
instanceConfigurationStatuses:
|
||||
properties:
|
||||
characters_reserved_per_url:
|
||||
description: Amount of characters that a URL will be compressed to.
|
||||
example: 999
|
||||
description: Amount of characters clients should assume a url takes up.
|
||||
example: 25
|
||||
format: int64
|
||||
type: integer
|
||||
x-go-name: CharactersReservedPerURL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue