sapling/eden
Durham Goode c80aaa4b56 ui: disable ui.threaded by default
Summary:
Even if ui.threaded is off, we're seeing sys call interrupt issues. I
think this is because ui.threaded defaults to true, and we check it's value
before loading the repo config (which includes the dynamicconfig to turn it
off). It's already off in dynamicconfig, so let's turn it off by default.

This highlights an issue with dynamicconfig, in that it can't deploy pre-repo
configs at the moment.

As for the actual interrupted syscall, it looks to be caused by SIGCHLD signals
from child processes we spawn (possibly the dynamicconfig child process).

Reviewed By: quark-zju

Differential Revision: D24401521

fbshipit-source-id: 0372ffc7297fa6fe6a7e4f0ae69299b252c3632e
2020-10-20 12:18:44 -07:00
..
fs allow tracing fuse events with detailed argument rendering 2020-10-20 09:34:03 -07:00
integration inodes: do not ignore errors when computing sha1 2020-10-15 23:57:11 -07:00
locale add a copyright header to glibc_en.po 2019-04-26 14:38:27 -07:00
mononoke mononoke: fix ordering in the error message 2020-10-20 07:41:48 -07:00
scm ui: disable ui.threaded by default 2020-10-20 12:18:44 -07:00
scripts packaging: use scheduled tasks 2020-06-10 19:29:15 -07:00
test_support Manually upgrading eden, and fixing their config 2020-08-06 12:37:04 -07:00
test-data enable treemanifest in snapshots 2019-08-28 18:46:03 -07:00
.gitignore eden: wire up mac contbuild 2019-02-05 21:52:30 -08:00
Eden.project.toml Eden.project.toml file for Nuclide 2018-04-26 11:05:23 -07:00