Skip to content

Commit 4280feb

Browse files
authored
Make enqueued removals still more conservative (#1439)
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
1 parent 7463a1b commit 4280feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdp/contract/ethcall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const EthCallTimeout = 10 * time.Second
1919
// below the on-chain MAX_ENQUEUED_REMOVALS (2000) to keep comfortable headroom: once a
2020
// data set's live removal queue reaches this many entries, we stop enqueuing new
2121
// removals for it until the next proving period flushes the queue.
22-
const ConservativeEnqueuedRemovalsLimit = 200
22+
const ConservativeEnqueuedRemovalsLimit = 35
2323

2424
// EthCallOpts returns bind.CallOpts with a timeout-bounded context derived from
2525
// ctx.

0 commit comments

Comments
 (0)