Skip to content
Snippets Groups Projects
Unverified Commit e0cd7feb authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

remove redundant constants

parent 652b0fbd
No related branches found
No related tags found
No related merge requests found
package tangle
import (
"time"
)
const (
// MaxMissingTimeBeforeCleanup defines how long a transaction can be "missing", before we start pruning its future
// cone.
MaxMissingTimeBeforeCleanup = 30 * time.Second
// MissingCheckInterval defines how often we check if missing transactions have been received.
MissingCheckInterval = 5 * time.Second
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment