Open decryp2kanon opened 1 year ago
https://github.com/sugarchain-project/sugarchain/blob/a0c0e44062ccd6ca2a885623c69827fe559c35c3/src/net_processing.cpp#L3565-L3569
it was aim to boost sync speed, but using too much RAM https://github.com/sugarchain-project/sugarchain/pull/119
getpeerinfo
"inflight": [ 20163351, 20163352, 20163353, 20163354, 20163355, ...
Initial wallet sync is slow #181
reduce memory usage #179
https://github.com/sugarchain-project/sugarchain/blob/a0c0e44062ccd6ca2a885623c69827fe559c35c3/src/net_processing.cpp#L3565-L3569
it was aim to boost sync speed, but using too much RAM https://github.com/sugarchain-project/sugarchain/pull/119