Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Commit db758b3

Browse files
authored
perf: use FifoMap (fastify#5331)
1 parent adc88d3 commit db758b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/contentTypeParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const { AsyncResource } = require('node:async_hooks')
4-
const { Fifo } = require('toad-cache')
4+
const { FifoMap: Fifo } = require('toad-cache')
55
const { safeParse: safeParseContentType, defaultContentType } = require('fast-content-type-parse')
66
const secureJson = require('secure-json-parse')
77
const {

0 commit comments

Comments
 (0)