diff options
| author | Hazel K <acomputerdog@gmail.com> | 2024-10-03 19:53:57 -0400 |
|---|---|---|
| committer | Hazel K <acomputerdog@gmail.com> | 2024-10-03 19:53:57 -0400 |
| commit | 063b2ff2662c549cfa658b5ed8db985aa555d23d (patch) | |
| tree | 85d39454a8eaa1772ad65292e5f29bea3a00fd7b /.config | |
| parent | merge: Feat: Implement "Show Below Avatar" for Avatar Decorations (!645) (diff) | |
| download | sharkey-063b2ff2662c549cfa658b5ed8db985aa555d23d.tar.gz sharkey-063b2ff2662c549cfa658b5ed8db985aa555d23d.tar.bz2 sharkey-063b2ff2662c549cfa658b5ed8db985aa555d23d.zip | |
increase character limits and share between text and CW
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ci.yml | 2 | ||||
| -rw-r--r-- | .config/docker_example.yml | 2 | ||||
| -rw-r--r-- | .config/example.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.config/ci.yml b/.config/ci.yml index 44092d3662..19ffe18d2c 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -167,7 +167,7 @@ id: 'aidx' # IP address family used for outgoing request (ipv4, ipv6 or dual) #outgoingAddressFamily: ipv4 -# Amount of characters that can be used when writing notes (maximum: 8192, minimum: 1) +# Amount of characters that can be used when writing notes (maximum: 100000, minimum: 1) maxNoteLength: 3000 # Proxy for HTTP/HTTPS diff --git a/.config/docker_example.yml b/.config/docker_example.yml index de95f1b21a..b697e7dbab 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -242,7 +242,7 @@ id: 'aidx' # IP address family used for outgoing request (ipv4, ipv6 or dual) #outgoingAddressFamily: ipv4 -# Amount of characters that can be used when writing notes (maximum: 8192, minimum: 1) +# Amount of characters that can be used when writing notes (maximum: 100000, minimum: 1) maxNoteLength: 3000 # Proxy for HTTP/HTTPS diff --git a/.config/example.yml b/.config/example.yml index 21e85b7b89..c87897d24c 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -251,7 +251,7 @@ id: 'aidx' # IP address family used for outgoing request (ipv4, ipv6 or dual) #outgoingAddressFamily: ipv4 -# Amount of characters that can be used when writing notes (maximum: 8192, minimum: 1) +# Amount of characters that can be used when writing notes (maximum: 100000, minimum: 1) maxNoteLength: 3000 # Proxy for HTTP/HTTPS |