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
Copy file name to clipboardExpand all lines: appinfo/info.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@
11
11
12
12
The app does not replace on demand preview generation so if a preview is requested before it is pre-generated it will still be shown.
13
13
The first time you install this app, before using a cron job, you properly want to generate all previews via:
14
-
**./occ preview:generate-all -vvv**
14
+
**occ preview:generate-all -vvv**
15
15
16
-
**Important**: To enable pre-generation of previews you must add **php /var/www/nextcloud/occ preview:pre-generate** to a system cron job that runs at times of your choosing.]]>
16
+
The preview queue will be processed automatically by a background job if the system cron background job mode is configured in Nextcloud. Additionally, you may run **occ preview:pre-generate -vvv** to a process the queue of pending previews immediately.]]>
0 commit comments