mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Increase cache times
This commit is contained in:
parent
06a54a5c32
commit
4bf38f71f3
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ const
|
|||
var
|
||||
token = ""
|
||||
tokenUpdated: Time
|
||||
tokenLifetime = initDuration(minutes=10)
|
||||
tokenLifetime = initDuration(hours=2)
|
||||
|
||||
template newClient() {.dirty.} =
|
||||
var client = newAsyncHttpClient()
|
||||
|
|
|
|||
Loading…
Reference in a new issue