X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server.ts;h=b14ebf623297a9f3d56154379b737839ec5b5067;hb=fc8aabd0bf38441c0591f21b9b435b52e99ffc23;hp=8df3add2cdd3abfa6291c9cbae2ca82c271092c2;hpb=2f6b5e2d6ebcac88d9005ea2654ffa77907d5db2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server.ts b/server.ts index 8df3add2c..b14ebf623 100644 --- a/server.ts +++ b/server.ts @@ -1,10 +1,6 @@ import { registerTSPaths } from './server/helpers/register-ts-paths' - registerTSPaths() -// FIXME: https://github.com/nodejs/node/pull/16853 -require('tls').DEFAULT_ECDH_CURVE = 'auto' - import { isTestInstance } from './server/helpers/core-utils' if (isTestInstance()) { require('source-map-support').install()