satellite: Fix typo in a comment

Change-Id: I151b824e868db1cc1e8b8e8af9f35b027db1e6ff
This commit is contained in:
Ivan Fraixedes 2020-11-26 15:44:49 +01:00
parent 8ceef9f357
commit 319d2cad11
No known key found for this signature in database
GPG Key ID: 042B474597F96DB7

View File

@ -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)