Skip to content

Commit e70bc77

Browse files
committed
refactor: add more logic to user fsm
1 parent 2a3a6d9 commit e70bc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/nightwatch/nightwatch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
)
3030

3131
var (
32-
lockName = "onex-nightwatch-lock"
32+
lockName = "onex-nightwatch-lock2"
3333
jobStopTimeout = 3 * time.Minute
3434
extendExpiration = 5 * time.Second
3535
defaultExpiration = 10 * extendExpiration

0 commit comments

Comments
 (0)