QueryLogsSqlite: updated app description.

This commit is contained in:
Shreyas Zare
2021-10-02 15:04:04 +05:30
parent 678e0f96fc
commit 9091f00c16

View File

@@ -581,7 +581,7 @@ WHERE
#region properties
public string Description
{ get { return "Logs all incoming DNS requests and their responses in a Sqlite database that can be queried from the DNS Server web console. The query logging throughput is limited by the disk throughput on which the Sqlite db file is stored. This app is not recommended to be used with very high throughput."; } }
{ get { return "Logs all incoming DNS requests and their responses in a Sqlite database that can be queried from the DNS Server web console. The query logging throughput is limited by the disk throughput on which the Sqlite db file is stored. This app is not recommended to be used with very high throughput (more than 20,000 requests/second)."; } }
#endregion