systemd-journal timeout to 55 secs (#16194)
Update systemd-journal.c
Costa Tsaousis committed
Oct 14, 2023 at 13:57 UTC
b1121d4e02bd62a150e5cab849778624c67db2ea
1 file changed
+1
-1
collectors/systemd-journal.plugin/systemd-journal.c
+1
-1
@@ -101,7 +101,7 @@ int fstat64(int fd, struct stat64 *buf) {
101
102
#define SYSTEMD_JOURNAL_FUNCTION_DESCRIPTION "View, search and analyze systemd journal entries."
103
#define SYSTEMD_JOURNAL_FUNCTION_NAME "systemd-journal"
104
-#define SYSTEMD_JOURNAL_DEFAULT_TIMEOUT 60
104
+#define SYSTEMD_JOURNAL_DEFAULT_TIMEOUT 55
105
#define SYSTEMD_JOURNAL_MAX_PARAMS 100
106
#define SYSTEMD_JOURNAL_DEFAULT_QUERY_DURATION (1 * 3600)
107
#define SYSTEMD_JOURNAL_DEFAULT_ITEMS_PER_QUERY 200