Skip to content

Commit

Permalink
fix: eslint-disable-next-line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-mart authored Jan 29, 2025
1 parent b366e2b commit a50340b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/api/rewrites/proxy-django-html-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { djangoBaseUrl } from "../../../shared/django-helpers";
// or reliable. However, if two requests hit the same function instance, this
// improves latency at a small memory footprint cost.

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const pageCache = new LRU<string, string>({
max: 100, // Capping the number of entries helps us avoid accidental memory overflows
Expand Down

0 comments on commit a50340b

Please sign in to comment.