Skip to content

Commit

Permalink
change UNCLUSTER_THRESHOLD back to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Jun 3, 2024
1 parent c85d03d commit 17fa409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TaskClusterMap/TaskClusterMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const MIN_ZOOM = 2
* An uncluster option will be offered if no more than this number of tasks
* will be shown.
*/
export const UNCLUSTER_THRESHOLD = 500 // max number of tasks
export const UNCLUSTER_THRESHOLD = 1000 // max number of tasks

/**
* The number of clusters to show.
Expand Down

0 comments on commit 17fa409

Please sign in to comment.