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