Skip to content

Commit

Permalink
Shorten the wait period for maxEnqueuedTime
Browse files Browse the repository at this point in the history
  • Loading branch information
claudijd committed Sep 12, 2022
1 parent a5f21de commit 67b2dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/governor/governor.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
GoTestMode = 4
)

const maxEnqueuedTime = time.Duration(time.Hour * 72)
const maxEnqueuedTime = time.Duration(time.Hour * 24)

type (
// Layout of the config data for each token
Expand Down

0 comments on commit 67b2dc5

Please sign in to comment.