From a8285767d72d6c8067196a84effc084afba3f160 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Sat, 30 Oct 2021 00:44:01 +0200 Subject: [PATCH] Clarify documentation of nc-previews-auto command (#1370) --- etc/ncp-config.d/nc-previews-auto.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ncp-config.d/nc-previews-auto.cfg b/etc/ncp-config.d/nc-previews-auto.cfg index 441a5319..0ed14029 100644 --- a/etc/ncp-config.d/nc-previews-auto.cfg +++ b/etc/ncp-config.d/nc-previews-auto.cfg @@ -3,7 +3,7 @@ "name": "Nc-previews-auto", "title": "nc-previews-auto", "description": "Periodically generate previews for the gallery", - "info": "This will make browsing the gallery much more smooth.\nFor big collections, this can take a LONG time depending on your hardware.\nYou can specify a nightly duration in minutes, or 0", + "info": "This will make browsing the gallery much more smooth.\nWhen active, previews will be generated every night at 2am.\nFor big collections, this can take a LONG time depending on your hardware.\nYou can specify a maximum duration in minutes, or 0 for no limit.", "infotitle": "", "params": [ { @@ -14,7 +14,7 @@ }, { "id": "RUNTIME", - "name": "Runtime (in minutes)", + "name": "Max. runtime (in minutes)", "value": "0", "suggest": "0" }