Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix(daemon): increase probability of online prov
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa committed Nov 14, 2023
1 parent 7e0794d commit 1dfb8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/syncing/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (s *Service) DiscoverObject(ctx context.Context, obj hyper.EntityID, ver hy
}

// Arbitrary number of maximum providers
maxProviders := 5
maxProviders := 15

// If we are looking for a specific version, we don't need to limit the number of providers,
// because we will short-circuit as soon as we found the desired version.
Expand Down

0 comments on commit 1dfb8d2

Please sign in to comment.