Skip to content

Commit

Permalink
Update settings jsons for new xdr terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Dec 4, 2023
1 parent 507b831 commit 279b658
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions local/core/etc/config-settings/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@
"contract_data_entry_size_bytes": 65536
},
{
"state_expiration": {
"max_entry_expiration": 535680,
"min_temp_entry_expiration": 16,
"min_persistent_entry_expiration": 120960,
"state_archival": {
"max_entry_ttl": 535680,
"min_temporary_ttl": 16,
"min_persistent_ttl": 120960,
"persistent_rent_rate_denominator": 535680,
"temp_rent_rate_denominator": 5356800,
"max_entries_to_expire": 100,
"max_entries_to_archive": 100,
"bucket_list_size_window_sample_size": 30,
"eviction_scan_size": 100000,
"starting_eviction_scan_level": 1
Expand Down
10 changes: 5 additions & 5 deletions local/core/etc/config-settings/unlimited.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@
"contract_data_entry_size_bytes": 4294967295
},
{
"state_expiration": {
"max_entry_expiration": 535680,
"min_temp_entry_expiration": 16,
"min_persistent_entry_expiration": 120960,
"state_archival": {
"max_entry_ttl": 535680,
"min_temporary_ttl": 16,
"min_persistent_ttl": 120960,
"persistent_rent_rate_denominator": 535680,
"temp_rent_rate_denominator": 5356800,
"max_entries_to_expire": 100,
"max_entries_to_archive": 100,
"bucket_list_size_window_sample_size": 30,
"eviction_scan_size": 100000,
"starting_eviction_scan_level": 1
Expand Down

0 comments on commit 279b658

Please sign in to comment.