Skip to content

Commit

Permalink
Update oxmysql.mdx info (#141)
Browse files Browse the repository at this point in the history
* Update oxmysql.mdx

Add info regarding slow query warnings.

* Update oxmysql.mdx

Typo
  • Loading branch information
darksaid98 authored Aug 8, 2023
1 parent 5c9dea2 commit 8e9e612
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/oxmysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ You can adjust the minimum response time with a convar.
set mysql_slow_query_warning 150
```

<Callout type="info">

Slow query warnings are only shown if **mysql_ui** or **mysql_debug** is enabled.

</Callout>

### Debug

Enabling the debug option will print all queries in the server console; you can also use an array to only print from a list of resources instead.
Expand Down

0 comments on commit 8e9e612

Please sign in to comment.