Skip to content

Commit

Permalink
Update item_pickup.go
Browse files Browse the repository at this point in the history
Bumped up retries to 5
  • Loading branch information
braccali1 authored Feb 7, 2025
1 parent 721dc14 commit 2787f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/action/item_pickup.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func ItemPickup(maxDistance int) error {
ctx := context.Get()
ctx.SetLastAction("ItemPickup")

const maxRetries = 3
const maxRetries = 5

for {
itemsToPickup := GetItemsToPickup(maxDistance)
Expand Down

0 comments on commit 2787f8e

Please sign in to comment.