@@ -359,22 +359,22 @@ def init_genesis(self):
359
359
'initial_key' : self .network .nodes ['bios' ].keys [0 ].pubkey ,
360
360
'initial_configuration' : {
361
361
'max_block_net_usage' : 1048576 ,
362
- 'target_block_net_usage_pct' : 1000 ,
362
+ 'target_block_net_usage_pct' : 10000 ,
363
363
'max_transaction_net_usage' : 524288 ,
364
364
'base_per_transaction_net_usage' : 12 ,
365
365
'net_usage_leeway' : 500 ,
366
366
'context_free_discount_net_usage_num' : 20 ,
367
367
'context_free_discount_net_usage_den' : 100 ,
368
- 'max_block_cpu_usage' : 500000 if self .args .max_block_cpu_usage is None else self .args .max_block_cpu_usage ,
369
- 'target_block_cpu_usage_pct' : 1000 ,
370
- 'max_transaction_cpu_usage' : 475000 if self .args .max_transaction_cpu_usage is None else self .args .max_transaction_cpu_usage ,
368
+ 'max_block_cpu_usage' : 200000 if self .args .max_block_cpu_usage is None else self .args .max_block_cpu_usage ,
369
+ 'target_block_cpu_usage_pct' : 10 ,
370
+ 'max_transaction_cpu_usage' : 150000 if self .args .max_transaction_cpu_usage is None else self .args .max_transaction_cpu_usage ,
371
371
'min_transaction_cpu_usage' : 100 ,
372
372
'max_transaction_lifetime' : 3600 ,
373
373
'deferred_trx_expiration_window' : 600 ,
374
374
'max_transaction_delay' : 3888000 ,
375
- 'max_inline_action_size' : 524288 ,
376
- 'max_inline_action_depth' : 4 ,
377
- 'max_authority_depth' : 6
375
+ 'max_inline_action_size' : 524287 ,
376
+ 'max_inline_action_depth' : 10 ,
377
+ 'max_authority_depth' : 10
378
378
}
379
379
}
380
380
else :
0 commit comments