nextcloud-server/tests
Roeland Jago Douma ce10f8b8c4
Only generate previews in powers of 4 and set min
Before we'd round up all preview request to their nearest power of two.
This resulted still in a lot of possible images. Generating a lot of
server load and taking up a lot of space.

This moves it to previews to be powers of 4: 64, 256, 1024 and 4096
Also the first two powers are always skipped (4, 16) as it doesn't make
sense to generate previews for that.

We cache preview pretty agressively and I feel this is a better
tradeoff.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-31 19:34:42 +01:00
..
acceptance Add acceptance tests for hiding download in link shares 2018-10-30 15:18:55 +01:00
apps
Core adapted automated test for autocomplete changes 2018-10-30 11:36:16 +01:00
data adding .well-known/webfinger 2018-10-10 13:01:23 +02:00
docker
lib Only generate previews in powers of 4 and set min 2018-10-31 19:34:42 +01:00
objectstore
Settings Update logic for forwardedForHeadersWorking 2018-10-25 23:01:37 +02:00
travis
ui-regression Update polyserve requirement 2018-10-22 18:35:41 +00:00
apps.php
bootstrap.php
drone-wait-objectstore.sh
enable_all.php
karma.config.js Fix js unit tests 2018-10-19 15:54:22 +02:00
phpunit-autotest-external.xml
phpunit-autotest.xml Do not cover composer folders for code coverage 2018-10-01 11:47:11 +02:00
preseed-config.php add azure unit tests with azurite 2018-06-04 16:18:03 +02:00
redis-cluster.config.php
redis.config.php
startsessionlistener.php