Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Sep 16, 2020
  2. Aug 17, 2020
  3. Aug 01, 2020
  4. Jul 26, 2020
  5. Jul 24, 2020
  6. Jul 19, 2020
  7. Jul 18, 2020
  8. Jul 14, 2020
  9. Jul 13, 2020
  10. Jul 12, 2020
  11. Jul 10, 2020
  12. Jul 09, 2020
  13. Jun 26, 2020
  14. Jun 12, 2020
  15. May 30, 2020
  16. May 26, 2020
  17. May 21, 2020
  18. May 17, 2020
  19. May 16, 2020
  20. May 15, 2020
  21. May 13, 2020
  22. May 10, 2020
  23. May 09, 2020
  24. May 08, 2020
  25. May 06, 2020
  26. May 05, 2020
  27. May 04, 2020
  28. 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
  29. Apr 29, 2020
Loading