Xx 4509/batch pickup
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
added 1 commit
- de690788 - Pickup params should apply to channels cmd, fix refactored message pickup...
- cmix/pickup/retrieveBatch.go 0 → 100644
81 } 82 } 83 84 // Continue unless batch is full or timer has elapsed 85 if !shouldProcess { 86 continue 87 } 88 89 jww.TRACE.Printf("[processBatchMessageRetrieval] Sending batch message request for %d rounds", len(batch)) 90 91 // Reset timer & shouldProcess 92 timer.Stop() 93 timer = &time.Timer{ 94 C: make(<-chan time.Time), 95 } 96 shouldProcess = false changed this line in version 8 of the diff
added 1 commit
- e73b7dfa - Use map for batch to ensure no duplicate rounds
added 42 commits
-
bdcb59da...bf7664b2 - 41 commits from branch
release
- d90e01ff - Merge branch 'release' into xx-4509/batch-pickup
-
bdcb59da...bf7664b2 - 41 commits from branch
mentioned in commit 6af08cc1
Please register or sign in to reply