Shorten the wait period for maxEnqueuedTime
This commit is contained in:
parent
a5f21debe8
commit
67b2dc5859
|
@ -47,7 +47,7 @@ const (
|
||||||
GoTestMode = 4
|
GoTestMode = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
const maxEnqueuedTime = time.Duration(time.Hour * 72)
|
const maxEnqueuedTime = time.Duration(time.Hour * 24)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
// Layout of the config data for each token
|
// Layout of the config data for each token
|
||||||
|
|
Loading…
Reference in New Issue