We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9af77a commit 0664074Copy full SHA for 0664074
nitter.example.conf
@@ -26,12 +26,6 @@ enableRSS = true # set this to false to disable RSS feeds
26
enableDebug = false # enable request logs and debug endpoints (/.sessions)
27
proxy = "" # http/https url, SOCKS proxies are not supported
28
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
35
36
# Change default preferences here, see src/prefs_impl.nim for a complete list
37
[Preferences]
0 commit comments