diff options
author | 2024-02-23 19:28:09 +0100 | |
---|---|---|
committer | 2024-02-23 18:28:09 +0000 | |
commit | 4b0eefbcc9c30f1f34092be89a83936ab9ca04ed (patch) | |
tree | b6ee638a569b5cc9c6934fce268865d098a327c4 /testrig | |
parent | [bugfix] 2643 bug search for account url doesnt always work when redirected (... (diff) | |
download | gotosocial-4b0eefbcc9c30f1f34092be89a83936ab9ca04ed.tar.xz |
[chore] Increase default max image description to 1500 chars, collapse cw char count into status (#2682)
* [chore] Make default max image description 1500 chars, collapse cw char count into status
* oops
* tests
Diffstat (limited to 'testrig')
-rw-r--r-- | testrig/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testrig/config.go b/testrig/config.go index 04970aca6..a8d148cac 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -101,7 +101,6 @@ var testDefaults = config.Configuration{ StorageLocalBasePath: "", StatusesMaxChars: 5000, - StatusesCWMaxChars: 100, StatusesPollMaxOptions: 6, StatusesPollOptionMaxChars: 50, StatusesMediaMaxFiles: 6, |