jj: fewer log entries by default

This commit is contained in:
Daniel Lundin 2024-11-12 21:25:53 +01:00
parent 0496c8544b
commit a1906f2380
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -62,7 +62,7 @@ in
ui = { ui = {
"default-command" = [ "default-command" = [
"log" "log"
"--limit=25" "--limit=10"
"-T" "-T"
"builtin_log_comfortable" "builtin_log_comfortable"
]; ];