Skip to content

Commit

Permalink
Merge pull request #718 from fullstackfool/fix/laravel-docs
Browse files Browse the repository at this point in the history
Add slow_query_threshold to laravel docs
  • Loading branch information
freekmurze authored Jul 29, 2022
2 parents 8db4ec1 + b62e7db commit f92c020
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configuration/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ return [
*/
'send_slow_queries_to_ray' => env('SEND_SLOW_QUERIES_TO_RAY', false),

/**
* Queries that are longer than this number of milliseconds will be regarded as slow.
*/
'slow_query_threshold_in_ms' => env('RAY_SLOW_QUERY_THRESHOLD_IN_MS', 500),

/*
* When enabled, all requests made to this app will automatically be sent to Ray.
*/
Expand Down

0 comments on commit f92c020

Please sign in to comment.