diff options
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 |