From ec3956eabb3cf2be6627ac0ee6710285c9f7b6f7 Mon Sep 17 00:00:00 2001 From: VC Date: Tue, 15 Nov 2022 09:25:50 +0100 Subject: [PATCH] doc: add rate_limiting option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f0694a..be90edc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ First up, create a configuration file (default path is `/usr/local/etc/scootaloo [scootaloo] db_path = "/var/lib/scootaloo/scootaloo.sqlite" ## file containing the SQLite Tweet corresponding Toot DB, must be writeable cache_path = "/tmp/scootaloo" ## a dir where the temporary files will be download, must be writeable +rate_limiting = 4 ## optional, default 4, number of accounts handled simultaneously [twitter] ## Consumer/Access key for Twitter (can be generated at https://developer.twitter.com/en/apps)