Commit 646855e3 authored by vipwzw's avatar vipwzw

auto ci

parent ce619cf7
...@@ -50,7 +50,7 @@ var ( ...@@ -50,7 +50,7 @@ var (
mainForkParacrossCommitTx int64 = types.MaxHeight //support paracross commit tx fork height in main chain: ForkParacrossCommitTx mainForkParacrossCommitTx int64 = types.MaxHeight //support paracross commit tx fork height in main chain: ForkParacrossCommitTx
localCacheCount int64 = 1000 // local cache block max count localCacheCount int64 = 1000 // local cache block max count
batchFetchSeqEnable bool batchFetchSeqEnable bool
batchFetchSeqNum int64 = 128 batchFetchSeqNum int64 = 128
) )
func init() { func init() {
...@@ -89,7 +89,7 @@ type subConfig struct { ...@@ -89,7 +89,7 @@ type subConfig struct {
WaitConsensStopTimes uint32 `json:"waitConsensStopTimes,omitempty"` WaitConsensStopTimes uint32 `json:"waitConsensStopTimes,omitempty"`
LocalCacheCount int64 `json:"localCacheCount,omitempty"` LocalCacheCount int64 `json:"localCacheCount,omitempty"`
BatchFetchSeqEnable uint32 `json:"batchFetchSeqEnable,omitempty"` BatchFetchSeqEnable uint32 `json:"batchFetchSeqEnable,omitempty"`
BatchFetchSeqNum int64 `json:"batchFetchSeqNum,omitempty"` BatchFetchSeqNum int64 `json:"batchFetchSeqNum,omitempty"`
} }
// New function to init paracross env // New function to init paracross env
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment