zwoop commented on code in PR #9481: URL: https://github.com/apache/trafficserver/pull/9481#discussion_r1131219945
########## iocore/eventsystem/I_EventProcessor.h: ########## @@ -32,7 +32,7 @@ #ifdef TS_MAX_THREADS_IN_EACH_THREAD_TYPE constexpr int MAX_THREADS_IN_EACH_TYPE = TS_MAX_THREADS_IN_EACH_THREAD_TYPE; #else -constexpr int MAX_THREADS_IN_EACH_TYPE = 3072; +constexpr int MAX_THREADS_IN_EACH_TYPE = 3071; Review Comment: It was pretty random, I was going to restore it but ran into a squirrel, but making that odd also made it 16 bytes smaller for some reason ... Should we restore it? It'd be surprising if 3072 is a magic number that actually matters? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
