Skip to content

Commit

Permalink
Change subscribe limit update height for faster upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed Aug 4, 2019
1 parent bbb532c commit 98df1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ var (
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
}
MaxTxnSubIdentifierList = HeightDependentInt{ // ChangePoin for txn payload Subscribe.Identifier
heights: []uint32{136000, 0},
heights: []uint32{133400, 0},
values: []int{64, MaxInt},
}
MaxTxnSubMetaList = HeightDependentInt{ // ChangePoin for txn payload Subscribe.Meta
heights: []uint32{136000, 0},
heights: []uint32{133400, 0},
values: []int{1024, MaxInt},
}
)
Expand Down

0 comments on commit 98df1a4

Please sign in to comment.