From 17fa409ab89abd677853d16e08f0e8478c4b4346 Mon Sep 17 00:00:00 2001 From: CollinBeczak Date: Mon, 3 Jun 2024 14:52:38 -0500 Subject: [PATCH] change UNCLUSTER_THRESHOLD back to 1000 --- src/components/TaskClusterMap/TaskClusterMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TaskClusterMap/TaskClusterMap.js b/src/components/TaskClusterMap/TaskClusterMap.js index 936dc1b5e..a64d99bfa 100644 --- a/src/components/TaskClusterMap/TaskClusterMap.js +++ b/src/components/TaskClusterMap/TaskClusterMap.js @@ -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.