Skip to content

Commit 0664074

Browse files
committed
Remove old tokenCount from nitter.example.conf
1 parent b9af77a commit 0664074

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nitter.example.conf

-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ enableRSS = true # set this to false to disable RSS feeds
2626
enableDebug = false # enable request logs and debug endpoints (/.sessions)
2727
proxy = "" # http/https url, SOCKS proxies are not supported
2828
proxyAuth = ""
29-
tokenCount = 10
30-
# minimum amount of usable tokens. tokens are used to authorize API requests,
31-
# but they expire after ~1 hour, and have a limit of 500 requests per endpoint.
32-
# the limits reset every 15 minutes, and the pool is filled up so there's
33-
# always at least `tokenCount` usable tokens. only increase this if you receive
34-
# major bursts all the time and don't have a rate limiting setup via e.g. nginx
3529

3630
# Change default preferences here, see src/prefs_impl.nim for a complete list
3731
[Preferences]

0 commit comments

Comments
 (0)