seitime-frappe/frappe/model/utils
Ankush Menat f17658c4c6
fix: Sample link counts and flush frequently (#32713)
We recently applied limit on how many links can be buffered. That
pretty much "samples" only records created at start of the hour.

This change makes it flush 4x frequently and samples 10% of input to
reduce updates. Again, statistically this serves same purpose.
2025-05-29 12:18:28 +05:30
..
__init__.py fix: simplify load_from_db logic 2025-03-15 16:14:55 +05:30
link_count.py fix: Sample link counts and flush frequently (#32713) 2025-05-29 12:18:28 +05:30
rename_doc.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
rename_field.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
user_settings.py fix: support sqlite 2025-04-15 13:59:16 +05:30