Skip to content

Commit b2b4ddf

Browse files
miaulalalabackportbot[bot]
authored andcommitted
docs(admin): correct the antivirus Stream Length default
The Daemon (Socket) section states 10485760 bytes, ten megabytes. The actual default in files_antivirus is 26214400 (25 MiB), per AV_STREAM_MAX_LENGTH in lib/AppInfo/ConfigLexicon.php. AI-Assisted-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent 3798214 commit b2b4ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin_manual/configuration_server/antivirus_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Daemon (Socket)
146146
.. figure:: ../images/antivirus-daemon-socket.png
147147

148148
The ``Stream Length`` value sets the number of bytes read in one pass.
149-
10485760 bytes, or ten megabytes, is the default. This value should be
149+
26214400 bytes, or 25 MiB, is the default. This value should be
150150
no larger than the PHP ``memory_limit`` settings, or physical memory if
151151
``memory_limit`` is set to -1 (no limit).
152152

0 commit comments

Comments
 (0)