From 158ed324c2341b583133b73335943f72bedf49ee Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 12 Oct 2024 12:30:00 +1100 Subject: [PATCH] docs + css --- docs/PERFORMANCE.md | 7 +++++++ front/css/app.css | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/PERFORMANCE.md b/docs/PERFORMANCE.md index 1d3fa241..a3e749de 100755 --- a/docs/PERFORMANCE.md +++ b/docs/PERFORMANCE.md @@ -22,3 +22,10 @@ The database cleanup plugin. Check details and related setting in the [DB Cleanu ### Maintenance (MAINT) The maintenance plugin. Check details and related setting in the [Maintenance plugin docs](/front/plugins/maintenance/README.md). Make sure the plugin is not failing by checking the logs. Try changing the schedule `MAINT_RUN_SCHD` and the timeout `MAINT_RUN_TIMEOUT` (increase) if the plugin is failing to execute. + +## Scan frequency and coverage + +The more often you scan the networks the more resources, traffic and DB read/write cycles are executed. Especially on busy networks and lower end hardware, consider increasing scan intervals (`_RUN_SCHD`) and timeouts (`_RUN_TIMEOUT`). + +Also consider decreasing the scanned subnet, e.g. from `/16` to `/24` if need be. + diff --git a/front/css/app.css b/front/css/app.css index 4165300d..67303178 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1136,7 +1136,6 @@ input[readonly] { height: 200px; */ background-color: #f3f3f3; border: 1px solid #ccc; - margin: 20px; z-index: 10; }