Skip to content

Commit

Permalink
feat: allow solr.query.threshold.millis override to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed May 31, 2024
1 parent 34910bd commit 2bc033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr-config/cores/profile/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<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>
<slowQueryThresholdMillis>${solr.query.threshold.millis:4000</slowQueryThresholdMillis>

<!-- Solr Internal Query Caches
Expand Down

0 comments on commit 2bc033f

Please sign in to comment.