You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Utilities/snapshot/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,4 +62,8 @@ You can verify the snapshot against a running node. Keep in mind, if a node is o
62
62
63
63
```
64
64
snapshot verify balances
65
-
```
65
+
```
66
+
67
+
# TODO
68
+
69
+
It could be optimized with go routines, and there might be a file limit for chains. So I might need to rotate the file cache and only have N number of file descriptors open. Eg use something like https://github.com/hashicorp/golang-lru
0 commit comments