journald: extend STDOUT_STREAMS_MAX to 64k

Closes #35390.
This commit is contained in:
Yu Watanabe
2024-12-01 14:46:40 +09:00
committed by Mike Yuan
parent e76d83d100
commit c576ba7182

View File

@@ -40,7 +40,7 @@
#include "unit-name.h"
#include "user-util.h"
#define STDOUT_STREAMS_MAX 4096
#define STDOUT_STREAMS_MAX (64*1024)
/* During the "setup" protocol phase of the stream logic let's define a different maximum line length than
* during the actual operational phase. We want to allow users to specify very short line lengths after all,