Change configuration values in the sample file (#41)

This commit is contained in:
Youngjoon Lee 2024-11-08 16:13:13 +07:00 committed by GitHub
parent 5a0412ff83
commit 8c3c723710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 9 deletions

View File

@ -25,27 +25,24 @@
"stream_settings": {
"path": "test.json"
},
"node_count": 3,
"node_count": 100,
"seed": 0,
"record_settings": {},
"wards": [
{
"max": 10
},
{
"sum": 10
"sum": 100
}
],
"connected_peers_count": 3,
"connected_peers_count": 4,
"data_message_lottery_interval": "20s",
"stake_proportion": 1.0,
"epoch_duration": "432000s",
"slot_duration": "20s",
"slot_duration": "1s",
"persistent_transmission": {
"max_emission_frequency": 1.0,
"drop_message_probability": 0.0
},
"number_of_mix_layers": 4,
"number_of_mix_layers": 1,
"max_delay_seconds": 10,
"slots_per_epoch": 21600
"slots_per_epoch": 432000
}