valkeyrie icon indicating copy to clipboard operation
valkeyrie copied to clipboard

List child nodes of a given directory exceed timeout when value is exceed 100kb

Open fearblackcat opened this issue 7 years ago • 2 comments

There is a problem in list child nodes of a given directory QQ20190423-211029 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. QQ20190423-212059

fearblackcat avatar Apr 23 '19 13:04 fearblackcat