We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971320e commit a847c5fCopy full SHA for a847c5f
batcher/aligned-batcher/src/lib.rs
@@ -1124,7 +1124,7 @@ impl Batcher {
1124
let current_batch_len = batch_state_lock.batch_queue.len();
1125
let last_uploaded_batch_block_lock = self.last_uploaded_batch_block.lock().await;
1126
1127
- if current_batch_len < 2 {
+ if current_batch_len < 1 {
1128
info!(
1129
"Current batch has {} proofs. Waiting for more proofs...",
1130
current_batch_len
0 commit comments