mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Switch to packedjson to try lowering memory usage
This commit is contained in:
parent
2fa76db099
commit
fb591e43b8
5 changed files with 37 additions and 33 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import asyncdispatch, httpclient, uri, strutils, json
|
||||
import asyncdispatch, httpclient, uri, strutils
|
||||
import packedjson
|
||||
import types, query, formatters, consts, apiutils, parser
|
||||
|
||||
proc getGraphProfile*(username: string): Future[Profile] {.async.} =
|
||||
|
|
|
|||
Loading…
Reference in a new issue