summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--events.c2
-rw-r--r--scooper.12
2 files changed, 2 insertions, 2 deletions
diff --git a/events.c b/events.c
index 7ebb867..c516631 100644
--- a/events.c
+++ b/events.c
@@ -25,7 +25,7 @@
 #include "server.h"
 
 int eventsGap = 3600;
-int eventsOverlap = 15;
+int eventsOverlap = 30;
 int eventsLimit = 50;
 
 static const char *timestamp(time_t time) {
diff --git a/scooper.1 b/scooper.1
index 222db60..c00974a 100644
--- a/scooper.1
+++ b/scooper.1
@@ -50,7 +50,7 @@ The default limit is 50.
 .It Fl o Ar overlap
 Set the overlap in seconds
 between pages of events.
-The default is 15.
+The default is 30.
 .
 .It Fl p
 Show only public contexts,
4de97&follow=1'>Shell script style passJune McEnroe 2019-07-27Add c11.pdfJune McEnroe 2019-07-27Move pdf script to MakefileJune McEnroe 2019-07-27Update macOS neovim to 0.3.8June McEnroe 2019-07-27Rewrite port makefiles consistentlyJune McEnroe 2019-07-27Rewrite Makefile once more with more organizationJune McEnroe 2019-07-27Reference png.h in bin.7June McEnroe 2019-07-27Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe