summaryrefslogtreecommitdiff
path: root/src/journal
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-03-15 23:25:14 +0100
committerLennart Poettering <lennart@poettering.net>2012-03-15 23:25:14 +0100
commitb47ffcfdfd46de119e0fe8d1c48105bd7c21ddd4 (patch)
tree8fa85d4c12f7f0586bda6049d8f0b7f7369087a0 /src/journal
parent44f44a29cc1346c0783d679374ce98d81bf6400c (diff)
man: document systemd-journald.conf(5)
Diffstat (limited to 'src/journal')
-rw-r--r--src/journal/journal-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c
index 6460d70c4a..474dd5ca7c 100644
--- a/src/journal/journal-file.c
+++ b/src/journal/journal-file.c
@@ -40,7 +40,7 @@
#define COMPRESSION_SIZE_THRESHOLD (512ULL)
/* This is the minimum journal file size */
-#define JOURNAL_FILE_SIZE_MIN (64ULL*1024ULL)
+#define JOURNAL_FILE_SIZE_MIN (64ULL*1024ULL) /* 64 KiB */
/* These are the lower and upper bounds if we deduce the max_use value
* from the file system size */