mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Improve memory usage by making Thread a ref object
This commit is contained in:
@@ -91,7 +91,7 @@ type
|
||||
photos*: seq[string]
|
||||
poll*: Option[Poll]
|
||||
|
||||
Thread* = object
|
||||
Thread* = ref object
|
||||
tweets*: seq[Tweet]
|
||||
more*: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user