Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Heller <thomas.m.heller@gmail.com>2021-10-30 01:44:01 +0300
committerGitHub <noreply@github.com>2021-10-30 01:44:01 +0300
commita8285767d72d6c8067196a84effc084afba3f160 (patch)
treef6f2abfadaf4dca765db422f8fdd0ad74c790178
parent7b73d1db5f0f4d2fcb4ba0957d6ac69954cfe35d (diff)
Clarify documentation of nc-previews-auto command (#1370)v1.43.1
-rw-r--r--etc/ncp-config.d/nc-previews-auto.cfg4
1 files 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"
}