diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-07-05 19:57:01 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-07-05 19:57:01 +0000 |
| commit | 5576361a1afa280abb256cafe17b7a140ee42adf (patch) | |
| tree | b61c60838336cdf24d2b69bd6321d03468bc3138 /apps/web/app/dashboard | |
| parent | d66b3b8619e8fff36c0243f7cc67eef864c5009b (diff) | |
| download | karakeep-5576361a1afa280abb256cafe17b7a140ee42adf.tar.zst | |
feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixes #724
Diffstat (limited to 'apps/web/app/dashboard')
| -rw-r--r-- | apps/web/app/dashboard/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/dashboard/layout.tsx b/apps/web/app/dashboard/layout.tsx index c4a53e4b..670286ea 100644 --- a/apps/web/app/dashboard/layout.tsx +++ b/apps/web/app/dashboard/layout.tsx @@ -43,7 +43,7 @@ export default async function Dashboard({ icon: <Home size={18} />, path: "/dashboard/bookmarks", }, - serverConfig.meilisearch + serverConfig.search.meilisearch ? [ { name: t("common.search"), |
