There was an error while loading. Please reload this page.
1 parent 7463a1b commit 4280febCopy full SHA for 4280feb
1 file changed
pdp/contract/ethcall.go
@@ -19,7 +19,7 @@ const EthCallTimeout = 10 * time.Second
19
// below the on-chain MAX_ENQUEUED_REMOVALS (2000) to keep comfortable headroom: once a
20
// data set's live removal queue reaches this many entries, we stop enqueuing new
21
// removals for it until the next proving period flushes the queue.
22
-const ConservativeEnqueuedRemovalsLimit = 200
+const ConservativeEnqueuedRemovalsLimit = 35
23
24
// EthCallOpts returns bind.CallOpts with a timeout-bounded context derived from
25
// ctx.
0 commit comments