From 9b60370a5afaa64f7590d312b067e14244156e13 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 18 Oct 2019 12:50:25 +0100 Subject: [PATCH] Reduce posts per page --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 735607f3..9a0aa967 100644 --- a/daemon.py +++ b/daemon.py @@ -135,7 +135,7 @@ import os import sys # maximum number of posts to list in outbox feed -maxPostsInFeed=12 +maxPostsInFeed=6 # reduced posts for media feed because it can take a while maxPostsInMediaFeed=6