diff --git a/web/frontend/src/Jobs.root.svelte b/web/frontend/src/Jobs.root.svelte
index a34e8727..45c70bff 100644
--- a/web/frontend/src/Jobs.root.svelte
+++ b/web/frontend/src/Jobs.root.svelte
@@ -37,6 +37,7 @@
/* Const Init */
const { query: initq } = init();
const ccconfig = getContext("cc-config");
+ const matchedJobCompareLimit = 500;
/* State Init */
let filterComponent = $state(); // see why here: https://stackoverflow.com/questions/58287729/how-can-i-export-a-function-from-a-svelte-component-that-changes-a-value-in-the
@@ -169,12 +170,12 @@
{/if}
-