formatting

This commit is contained in:
Osman Faruk Bayram 2025-11-27 09:05:49 +03:00
parent d138a14ee1
commit 893e5a1779

View file

@ -49,7 +49,6 @@ get_journal_logs() {
# Calculate approximate lines per log type to stay under 1MB
# Assuming average line is ~100 bytes, we aim for ~10,000 total lines
TOTAL_LINES=10000
SSH_LINES=2000
KERNEL_LINES=2000
LOGIN_LINES=1000