From e0c8e1cd704accf7d6694d9270f7efb38356cfcb Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 1 Feb 2022 19:04:22 -0800 Subject: [PATCH] iothread: Remove most of a comment Remove the narrative here that can set a reader up for confusion. https://github.com/fish-shell/fish-shell/commit/018e51c9354211e65a7b166c2dc79572339152a5 --- src/iothread.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/iothread.cpp b/src/iothread.cpp index 684feb815..fd4bdb044 100644 --- a/src/iothread.cpp +++ b/src/iothread.cpp @@ -25,10 +25,7 @@ #include "global_safety.h" #include "wutil.h" -// We just define a thread limit of 1024. -// On all systems I've seen the limit is higher, -// but on some (like linux with glibc) the setting for _POSIX_THREAD_THREADS_MAX is 64, -// which is too low, even tho the system can handle more than 64 threads. +/// We just define a thread limit of 1024. #define IO_MAX_THREADS 1024 // iothread has a thread pool. Sometimes there's no work to do, but extant threads wait around for a