Skip to content

Commit

Permalink
go/worker/compute/executor: Enable schedule_check_tx.enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Apr 12, 2021
1 parent 310b1ad commit aa986c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/worker/compute/executor/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func New(
}

func init() {
Flags.Bool(CfgScheduleCheckTxEnabled, false, "Enable checking transactions before scheduling them")
Flags.Bool(CfgScheduleCheckTxEnabled, true, "Enable checking transactions before scheduling them")
Flags.Uint64(cfgMaxTxPoolSize, 10000, "Maximum size of the scheduling transaction pool")
Flags.Uint64(cfgScheduleTxCacheSize, 1000, "Cache size of recently scheduled transactions to prevent re-scheduling")

Expand Down

0 comments on commit aa986c3

Please sign in to comment.