Skip to content

Commit

Permalink
What is affected by cleanup-interval
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Dec 20, 2023
1 parent fea53f9 commit 661fd01
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion node/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@ waves {
max-rollback-depth = 2000
remember-blocks = 3h

# Delete old entries in this interval before safe rollback height
# Delete old history entries (Data, WAVES and Asset balances) in this interval before a safe rollback height.
# Affects:
# REST API:
# GET /addresses/balance/$addr/$confirmations - confirmations should be <= 1000 to get a guaranteed result.
# GET /addresses/balance
# POST /addresses/balance
# GET /assets/$asset/distribution/$height/limit/$limit
# GET /debug/balances/history/$addr
# GET /debug/stateWaves/$height
# Explorer tool:
# A WAVES balance history for address.
# AA Asset balance history for address.
cleanup-interval = 1000

use-bloom-filter = false
Expand Down

0 comments on commit 661fd01

Please sign in to comment.