mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4796] [MERGED] fix(desktop): cache size for larger bundles, dev server, lints #4937
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4937
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
next← Head:fix/desktop/cache-size-for-larger-bundles📝 Commits (1)
1ae22a8fix(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.