[PR #4796] [MERGED] fix(desktop): cache size for larger bundles, dev server, lints #4937

Closed
opened 2026-03-17 02:25:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4796
Author: @CuriousCorrelation
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @jamesgeorge007

Base: nextHead: fix/desktop/cache-size-for-larger-bundles


📝 Commits (1)

  • 1ae22a8 fix(desktop): lint, cache size and dev server

📊 Changes

5 files changed (+9 additions, -9 deletions)

View changed files

📝 packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/src/cache/mod.rs (+1 -1)
📝 packages/hoppscotch-desktop/src-tauri/Cargo.lock (+1 -1)
📝 packages/hoppscotch-desktop/src-tauri/tauri.conf.json (+1 -1)
📝 packages/hoppscotch-desktop/vite.config.ts (+1 -1)
📝 pnpm-lock.yaml (+5 -5)

📄 Description

This PR changes how dev server is setup to fix local DNS resolution issue on MacOS after the recent update, increases cache size for LRU hot-cache since the expected bundle size has grown since the latest merge which triggers cache eviction that degrades performance, eviction was purely meant as a fail safe so it being triggered often is not ideal. Also fixes HoppSpinner being missing on launch.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4796 **Author:** [@CuriousCorrelation](https://github.com/CuriousCorrelation) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/desktop/cache-size-for-larger-bundles` --- ### 📝 Commits (1) - [`1ae22a8`](https://github.com/hoppscotch/hoppscotch/commit/1ae22a88f42bd0e690408eeef748b45507228dd4) fix(desktop): lint, cache size and dev server ### 📊 Changes **5 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/src/cache/mod.rs` (+1 -1) 📝 `packages/hoppscotch-desktop/src-tauri/Cargo.lock` (+1 -1) 📝 `packages/hoppscotch-desktop/src-tauri/tauri.conf.json` (+1 -1) 📝 `packages/hoppscotch-desktop/vite.config.ts` (+1 -1) 📝 `pnpm-lock.yaml` (+5 -5) </details> ### 📄 Description This PR changes how dev server is setup to fix local DNS resolution issue on MacOS after the recent update, increases cache size for LRU hot-cache since the expected bundle size has grown since the latest merge which triggers cache eviction that degrades performance, eviction was purely meant as a fail safe so it being triggered often is not ideal. Also fixes HoppSpinner being missing on launch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:25:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4937
No description provided.