mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-15 08:42:48 -05:00
Increase cache times
This commit is contained in:
@@ -21,7 +21,7 @@ const
|
||||
var
|
||||
token = ""
|
||||
tokenUpdated: Time
|
||||
tokenLifetime = initDuration(minutes=10)
|
||||
tokenLifetime = initDuration(hours=2)
|
||||
|
||||
template newClient() {.dirty.} =
|
||||
var client = newAsyncHttpClient()
|
||||
|
||||
Reference in New Issue
Block a user