Skip to content

Commit

Permalink
Change TSC threshold to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrm50 authored and karimodm committed May 20, 2022
1 parent 26c5485 commit f35a32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/messagelayer/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type ParametersDefinition struct {
// TangleWidth can be used to specify the number of tips the Tangle tries to maintain.
TangleWidth int `default:"0" usage:"the width of the Tangle"`
// TimeSinceConfirmationThreshold is used to set the limit for which tips with old unconfirmed messages in its past cone will not be selected.
TimeSinceConfirmationThreshold time.Duration `default:"12m" usage:"Time Since Confirmation (TSC) threshold"`
TimeSinceConfirmationThreshold time.Duration `default:"1m" usage:"Time Since Confirmation (TSC) threshold"`
// Snapshot contains snapshots related configuration parameters.
Snapshot struct {
// File is the path to the snapshot file.
Expand Down

0 comments on commit f35a32a

Please sign in to comment.