提交 b9b8fd07 编写于 作者: B Brian Johnson

STAT-81 (GH-717) Relaxing the default execution time.

上级 e9b9dfab
......@@ -63,8 +63,8 @@ public:
#ifdef NDEBUG
const uint32_t chain_plugin::default_received_block_transaction_execution_time = 12;
const uint32_t chain_plugin::default_transaction_execution_time = 3;
const uint32_t chain_plugin::default_create_block_transaction_execution_time = 3;
const uint32_t chain_plugin::default_transaction_execution_time = 5;
const uint32_t chain_plugin::default_create_block_transaction_execution_time = 5;
#else
const uint32_t chain_plugin::default_received_block_transaction_execution_time = 72;
const uint32_t chain_plugin::default_transaction_execution_time = 18;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册