File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ These are options in the `[Chainstore.Splitstore]` section of the configuration:
60
60
nodes beyond 4 finalities, while running with the discard coldstore option.
61
61
It is also useful for miners who accept deals and need to lookback messages beyond
62
62
the 4 finalities, which would otherwise hit the coldstore.
63
- - ` HotStoreFullGCFrequency ` -- specifies how frequenty to garbage collect the hotstore
63
+ - ` HotStoreFullGCFrequency ` -- specifies how frequently to garbage collect the hotstore
64
64
using full (moving) GC.
65
65
The default value is 20, which uses full GC every 20 compactions (about once a week);
66
66
set to 0 to disable full GC altogether.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ func Wrap(err ActorError, message string) ActorError {
102
102
}
103
103
}
104
104
105
- // Wrapf extens chain of errors with a message
105
+ // Wrapf extends chain of errors with a message
106
106
func Wrapf (err ActorError , format string , args ... interface {}) ActorError {
107
107
if err == nil {
108
108
return nil
You can’t perform that action at this time.
0 commit comments