From ecc821977486062b212300bdd8eebd380a2cae62 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 28 Dec 2024 17:37:35 +0000 Subject: [PATCH] fix: Stop crashing the web service on render.com. --- web/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/BUILD.bazel b/web/BUILD.bazel index 286b7cc..9ab6971 100644 --- a/web/BUILD.bazel +++ b/web/BUILD.bazel @@ -3,6 +3,8 @@ load("@rules_haskell//haskell:defs.bzl", "haskell_binary") haskell_binary( name = "webservice", srcs = glob(["**/*.hs"]), + # Needed to support higher file descriptor numbers. + ghcopts = ["-threaded"], tags = ["no-cross"], visibility = ["//visibility:public"], deps = [