Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Sep 11, 2021
  2. Jul 17, 2021
  3. Jul 16, 2021
  4. Jun 25, 2021
  5. May 24, 2021
  6. May 02, 2021
  7. Mar 17, 2021
  8. Mar 05, 2021
  9. Feb 10, 2021
  10. Dec 16, 2020
  11. Nov 30, 2020
  12. Nov 25, 2020
  13. Oct 27, 2020
  14. Oct 22, 2020
  15. Oct 20, 2020
  16. Oct 07, 2020
  17. Oct 03, 2020
  18. Oct 01, 2020
  19. Jul 30, 2020
  20. Jun 07, 2020
  21. May 15, 2020
  22. May 02, 2020
  23. Apr 30, 2020
    • Nicolas Werner's avatar
      Don't store pending receipts in cache · e6fcccc8
      Nicolas Werner authored
      We don't get notified for every message. Sometimes we only get a read
      receipt for the newest message, which means old read receipts accumulate
      in the database. This least to some considerable CPU overhead, when
      checking if the timeline should be notified for new read receipts.
      Instead just always notify, since that has far less overhead in the
      worst case and doesn't need complicated cache cleanup.
      
      The old pending_receipts db is not removed for now. It should still have
      minimal storage overhead and we don't have a good mechanism for cache
      format upgrades atm.
      e6fcccc8
  24. Feb 20, 2020
  25. Jan 31, 2020
  26. Jan 26, 2020
  27. Dec 15, 2019
  28. Dec 14, 2019
  29. Nov 23, 2019
  30. Aug 26, 2019
  31. Aug 20, 2019
  32. Aug 13, 2019
    • Joe Donofry's avatar
      Fix issues with caching and loading of mentions. · 52a26217
      Joe Donofry authored
      Mentions are now loaded from the cache instead of
      directly from the web request.  Mentions are also
      properly saved to the cache now (instead of as empty
      strings).  Still lots of tweaks left on this feature.
      52a26217
Loading