nickva commented on code in PR #5891:
URL: https://github.com/apache/couchdb/pull/5891#discussion_r2828349639
##########
src/couch_stats/src/couch_stats_util.erl:
##########
@@ -51,41 +49,72 @@
% Persistent term keys
-define(STATS_KEY, {?MODULE, stats}).
--define(HIST_TIME_INTERVAL_KEY, {?MODULE, hist_time_interval}).
+
+% Don't waste time looking for stats definition in some built-in and dependency
+% apps. This doesn't have to be an exhaustive list, it's just to avoid doing
+% extra work.
+%
+-define(SKIP_APPS, [
+ public_key,
Review Comment:
good idea, will do
--
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]