mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-04 06:52:54 +03:00
coredns plugin -- Increase querylog given out to web UI from 1000 to 5000.
This commit is contained in:
parent
75d74a017b
commit
eb5f66ad9e
2 changed files with 4 additions and 4 deletions
client/src/components/Logs
|
@ -255,7 +255,7 @@ class Logs extends Component {
|
|||
const { queryLogEnabled } = dashboard;
|
||||
return (
|
||||
<Fragment>
|
||||
<PageTitle title="Query Log" subtitle="Last 1000 DNS queries">
|
||||
<PageTitle title="Query Log" subtitle="Last 5000 DNS queries">
|
||||
<div className="page-title__actions">
|
||||
{this.renderButtons(queryLogEnabled)}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue