From 8b0e034375ac9f9cd162081f7872690d796933a3 Mon Sep 17 00:00:00 2001 From: Tim van der Staaij Date: Sat, 28 Jan 2017 23:35:09 +0100 Subject: [PATCH] Increase default maximum_dialogs from 100 to 1000 [#59] --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 7b6bc0b..1c8c51b 100644 --- a/config.yaml +++ b/config.yaml @@ -30,8 +30,8 @@ ] # By default telegram-cli returns only the first 100 dialogs/channels - # If you have more than 100 dialogs, increase this value - maximum_dialogs: 100 + # We increase this to 1000. If you have even more, increase this value + maximum_dialogs: 1000 ## Output options ##