File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ pub const MAX_OPERATIONS_PER_BLOCK: u32 = 5000;
154154/// Maximum block size in bytes
155155pub const MAX_BLOCK_SIZE : u32 = 300_000 ;
156156/// Maximum capacity of the asynchronous messages pool
157- pub const MAX_ASYNC_POOL_LENGTH : u64 = 1_000 ;
157+ pub const MAX_ASYNC_POOL_LENGTH : u64 = 500 ;
158158/// Maximum operation validity period count
159159pub const OPERATION_VALIDITY_PERIODS : u64 = 10 ;
160160/// Number of periods of executed operation and denunciation history to keep
@@ -318,7 +318,7 @@ pub const MAX_GAS_PER_BLOCK: u64 = u32::MAX as u64;
318318/// Maximum of GAS allowed for asynchronous messages execution on one slot
319319pub const MAX_ASYNC_GAS : u64 = 1_000_000_000 ;
320320/// Constant cost applied to asynchronous messages (to take into account some costs related to snapshot)
321- pub const ASYNC_MSG_CST_GAS_COST : u64 = 750_000 ;
321+ pub const ASYNC_MSG_CST_GAS_COST : u64 = 1_000_000 ;
322322/// Gas used by a base operation (transaction, roll buy, roll sell)
323323pub const BASE_OPERATION_GAS_COST : u64 = 800_000 ; // approx MAX_GAS_PER_BLOCK / MAX_OPERATIONS_PER_BLOCK
324324/// Maximum event size in bytes
You can’t perform that action at this time.
0 commit comments