about summary refs log tree commit diff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index bed5d95..6ecd921 100644
--- a/server.c
+++ b/server.c
@@ -46,7 +46,7 @@ const struct kvalid Keys[KeysLen] = {
 };
 
 bool pagePublic;
-int pageLimit = 100;
+int pageLimit = 50;
 int pageRecent = 500;
 
 static const char CSS[] = {