Skip to content

Commit

Permalink
more txns
Browse files Browse the repository at this point in the history
  • Loading branch information
humblenginr committed Apr 11, 2024
1 parent 04095be commit 066f919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func GetValidTxns() *priorityQueue.Queue {
func GetTop(pq *priorityQueue.Queue) []*txn.Transaction {
txns := make([]*txn.Transaction, 0)

for range 1500 {
for range 2000 {
t := txn.Transaction((pq.Pop()).(Item))
txns = append(txns, &t)
}
Expand Down

0 comments on commit 066f919

Please sign in to comment.