We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8816d0 commit c86993cCopy full SHA for c86993c
common/constants.go
@@ -32,7 +32,7 @@ const (
32
// FirstEventID is the id of the first event in the history
33
FirstEventID int64 = 1
34
// EmptyEventID is the id of the empty event
35
- EmptyEventID int64 = -23
+ EmptyEventID int64 = 0
36
// EmptyVersion is used as the default value for failover version when no value is provided
37
EmptyVersion int64 = -24
38
// EndEventID is the id of the end event, here we use the int64 max
0 commit comments