Switch to packedjson to try lowering memory usage
This commit is contained in:
@@ -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.} =
|
||||
|
||||
Reference in New Issue
Block a user