satellite: Fix typo in a comment
Change-Id: I151b824e868db1cc1e8b8e8af9f35b027db1e6ff
This commit is contained in:
parent
8ceef9f357
commit
319d2cad11
@ -137,7 +137,7 @@ func NewGarbageCollection(log *zap.Logger, full *identity.FullIdentity, db DB,
|
||||
peer.Metainfo.Database = pointerDB
|
||||
|
||||
// Garbage Collection creates its own instance of the metainfo loop here. Since
|
||||
// GC runs infrequently, this shouldn'tt add too much extra load on the metainfo db.
|
||||
// GC runs infrequently, this shouldn't add too much extra load on the metainfo db.
|
||||
// As long as garbage collection is the only observer joining the metainfo loop, then by default
|
||||
// the metainfo loop will only run when the garbage collection joins (which happens every GarbageCollection.Interval)
|
||||
peer.Metainfo.Loop = metainfo.NewLoop(config.Metainfo.Loop, peer.Metainfo.Database)
|
||||
|
Loading…
Reference in New Issue
Block a user