]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server.ts
Search typeahead initial design
[github/Chocobozzz/PeerTube.git] / server.ts
index 8df3add2cdd3abfa6291c9cbae2ca82c271092c2..b14ebf623297a9f3d56154379b737839ec5b5067 100644 (file)
--- 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()