You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Increase scan intervals** (`<PLUGIN>_RUN_SCHD`) on busy networks or low-end hardware.
88
88
***Increase timeouts** (`<PLUGIN>_RUN_TIMEOUT`) to avoid plugin failures.
89
89
***Reduce subnet size** – e.g., use `/24` instead of `/16` to reduce scan load.
90
+
***Enable the deep sleep setting** (`DEEP_SLEEP`) – Lowers CPU usage by extending idle wait times between processing cycles. When enabled, scans may be delayed by up to 1 minute and the UI might become less responsive.
90
91
91
92
Some plugins also include options to limit which devices are scanned. If certain plugins consistently run long, consider narrowing their scope.
Copy file name to clipboardExpand all lines: front/php/templates/language/ca_ca.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@
66
66
"CustProps_cant_remove": "No es pot eliminar, es necessita una propietat mínim.",
67
67
"DAYS_TO_KEEP_EVENTS_description": "Això és una configuració de manteniment. Especifica el nombre de dies que es conservaran els esdeveniments. Els esdeveniments antics s'esborraran periòdicament. També aplica als esdeveniments dels Connectors (Plugins).",
68
68
"DAYS_TO_KEEP_EVENTS_name": "Esborrar esdeveniments més vells de",
69
+
"DEEP_SLEEP_description": "",
70
+
"DEEP_SLEEP_name": "",
69
71
"DISCOVER_PLUGINS_description": "Desactiva aquesta opció per accelerar la inicialització i l'estalvi de configuració. Quan està desactivat, els connectors no es descobreixen, i no podeu afegir nous connectors a la configuració <code>LOADED_PLUGINS</code>.",
70
72
"DISCOVER_PLUGINS_name": "Descobreix els plugins",
0 commit comments