Skip to content

Commit

Permalink
feat: activate slow query log for queries > 4000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed May 30, 2024
1 parent f57f9c6 commit 34910bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solr-config/cores/profile/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@
-->
<maxBooleanClauses>${solr.max.booleanClauses:1024}</maxBooleanClauses>

<!-- log in the slow query solr_slow_requests.log if a query is slower than this time -->
<slowQueryThresholdMillis>4000</slowQueryThresholdMillis>

<!-- Solr Internal Query Caches
There are two implementations of cache available for Solr,
Expand Down

0 comments on commit 34910bd

Please sign in to comment.