ywkaras commented on code in PR #10635: URL: https://github.com/apache/trafficserver/pull/10635#discussion_r1363859368
########## iocore/cache/CacheDir.cc: ########## @@ -22,9 +22,9 @@ */ #include "P_Cache.h" +#include "P_CacheDir.h" #include "tscore/hugepages.h" -#include "tscore/Regression.h" #include "tscore/Random.h" // #define LOOP_CHECK_MODE 1 Review Comment: Why did you duplicate the definition of DIR_LOOP_THRESHOLD in P_CacheDir.cc? It is not used in test_CacheDir.cc. -- 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]
