Branch: refs/heads/master
Home: https://github.com/conformal/btcchain
Commit: 6a9997583ac655cfb2096afc799463036444b1fd
https://github.com/conformal/btcchain/commit/6a9997583ac655cfb2096afc799463036444b1fd
Author: Dave Collins <[email protected]>
Date: 2014-01-28 (Tue, 28 Jan 2014)
Changed paths:
M accept.go
Log Message:
-----------
Prune the block node index in fast add mode too.
The recent addition of the fast add path to support headers first was not
running the block node index pruning code which removes unneeded block
nodes from memory. This resulted in higher memory usage than needed in
fast add mode.