fix: remove DNS caching (#837)
* fix: remove DNS caching DNS caching was initially implemented to avoid too many DNS requests, as Node.js does not cache them. However, the cacheable-lookup library we used to implement this cache created more problems than it solved, as it caused many unresolved DNS request errors that weren't occurring before. * fix: add PNPM lock file to Prettier ignore list * revert: prettier on PNPM
This commit is contained in:
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
@@ -52,9 +52,6 @@ importers:
|
||||
bowser:
|
||||
specifier: 2.11.0
|
||||
version: 2.11.0
|
||||
cacheable-lookup:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
connect-typeorm:
|
||||
specifier: 1.1.4
|
||||
version: 1.1.4(typeorm@0.3.12(sqlite3@5.1.4(encoding@0.1.13))(ts-node@10.9.1(@swc/core@1.6.5(@swc/helpers@0.5.11))(@types/node@17.0.36)(typescript@4.9.5)))
|
||||
@@ -5764,13 +5761,6 @@ packages:
|
||||
}
|
||||
engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
|
||||
|
||||
cacheable-lookup@7.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==,
|
||||
}
|
||||
engines: { node: '>=14.16' }
|
||||
|
||||
cachedir@2.3.0:
|
||||
resolution:
|
||||
{
|
||||
@@ -19815,8 +19805,6 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- bluebird
|
||||
|
||||
cacheable-lookup@7.0.0: {}
|
||||
|
||||
cachedir@2.3.0: {}
|
||||
|
||||
cachedir@2.4.0: {}
|
||||
|
||||
Reference in New Issue
Block a user