Skip to content

Commit

Permalink
Added bucketListWindowSamplePeriod config setting (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTyson authored Feb 1, 2024
1 parent bb54e50 commit b96148c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Stellar-contract-config-setting.x
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,11 @@ struct StateArchivalSettings {
// Number of snapshots to use when calculating average BucketList size
uint32 bucketListSizeWindowSampleSize;

// How often to sample the BucketList size for the average, in ledgers
uint32 bucketListWindowSamplePeriod;

// Maximum number of bytes that we scan for eviction per ledger
uint64 evictionScanSize;
uint32 evictionScanSize;

// Lowest BucketList level to be scanned to evict entries
uint32 startingEvictionScanLevel;
Expand Down

0 comments on commit b96148c

Please sign in to comment.