nickva commented on code in PR #5602: URL: https://github.com/apache/couchdb/pull/5602#discussion_r2219768134
########## rel/overlay/etc/default.ini: ########## @@ -1150,3 +1150,63 @@ url = {{nouveau_url}} ;mem3_shards = true ;nouveau_index_manager = true ;dreyfus_index_manager = true + +; Couch Stats Resource Tracker (CSRT) +[csrt] +enable = true +enable_init_p = true +enable_reporting = true Review Comment: In the default ini we normally don't have actual value, just defaults from the code. ########## rel/overlay/etc/default.ini: ########## @@ -1150,3 +1150,63 @@ url = {{nouveau_url}} ;mem3_shards = true ;nouveau_index_manager = true ;dreyfus_index_manager = true + +; Couch Stats Resource Tracker (CSRT) +[csrt] +enable = true +enable_init_p = true +enable_reporting = true Review Comment: In the default ini we normally don't have actual values, just defaults from the code. -- 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: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org