Skip to content

Commit

Permalink
Merge pull request #1705 from 0chain/fix/txn-processing
Browse files Browse the repository at this point in the history
Fix txn processing
  • Loading branch information
dabasov authored Dec 13, 2024
2 parents 07366a2 + 44330cc commit cf7fe0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ import (

const (
// DefaultMinSubmit default value for min_submit
DefaultMinSubmit = 10
DefaultMinSubmit = 20
// DefaultMinConfirmation default value for min_confirmation
DefaultMinConfirmation = 10
// DefaultMaxTxnQuery default value for max_txn_query
DefaultMaxTxnQuery = 5
DefaultMaxTxnQuery = 10
// DefaultConfirmationChainLength default value for confirmation_chain_length
DefaultConfirmationChainLength = 3
// DefaultQuerySleepTime default value for query_sleep_time
DefaultQuerySleepTime = 5
DefaultQuerySleepTime = 1
// DefaultSharderConsensous default consensous to take make SCRestAPI calls
DefaultSharderConsensous = 3
)
Expand Down

0 comments on commit cf7fe0a

Please sign in to comment.