valkeyrie
valkeyrie copied to clipboard
List child nodes of a given directory exceed timeout when value is exceed 100kb
There is a problem in list child nodes of a given directory
The red line region is synchronous to execute multiple get commands. So this for loop can make several goroutines to run and get the results.
