Skip to content
Snippets Groups Projects
  1. Aug 06, 2020
  2. Aug 05, 2020
  3. Jul 27, 2020
  4. Apr 29, 2020
  5. Apr 19, 2020
  6. Apr 10, 2020
  7. Apr 09, 2020
  8. Apr 08, 2020
  9. Mar 31, 2020
  10. Mar 25, 2020
  11. Mar 06, 2020
  12. Jan 14, 2020
  13. Jan 13, 2020
  14. Dec 22, 2019
  15. Dec 21, 2019
  16. Dec 18, 2019
  17. Dec 05, 2019
  18. Nov 22, 2019
  19. Oct 30, 2019
  20. Aug 20, 2019
  21. Jul 09, 2019
  22. Jul 08, 2019
  23. Jul 05, 2019
  24. Jun 22, 2019
  25. Jun 17, 2019
  26. Jan 23, 2019
  27. Oct 31, 2018
    • Roeland Jago Douma's avatar
      Only generate previews in powers of 4 and set min · ce10f8b8
      Roeland Jago Douma authored
      
      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: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      Unverified
      ce10f8b8
  28. Oct 23, 2018
  29. Oct 08, 2018
  30. Aug 24, 2018
  31. Aug 17, 2018
Loading