Post #845306
2026-03-25 07:29 UTC
#Nextcloud #Preview Happy to say that my beta tester (aka my wife) just found out that if you have 100 PDFs in a folder, and open it in Nextcloud for the first time, it will
block
your
nextcloud
for
the
forseable
future!
Luckily Claude found the configurations in config.php:
```php
'preview_concurrency_all' => 4, // max parallel preview processes total
'preview_concurrency_new' => 2, // max parallel processes for *new* previews
```
Much nicer - slower previews, but works!
Replies (0)
No replies.