iachat/app/javascript/dashboard/store
Pranav 4b4d9f8f7c
fix: Update throttle for /meta endpoints, will call every 2s for small account, 10s for large accounts (#11190)
This update improves the throttling mechanism for conversation meta
requests to optimize server load and enhance performance. The changes
implement differentiated thresholds based on account size - a 2-second
throttle for small accounts (≤100 conversations) and a 10-second
throttle for large accounts (>100 conversations).

Fixes #11178
2025-03-26 14:59:39 -07:00
..
captain feat: Add support for bulk action for Captain FAQs (#10905) 2025-02-27 17:05:33 -08:00
modules fix: Update throttle for /meta endpoints, will call every 2s for small account, 10s for large accounts (#11190) 2025-03-26 14:59:39 -07:00
utils feat: update notification settings (#10529) 2024-12-05 19:05:04 +05:30
index.js feat: Add support for bulk action for Captain FAQs (#10905) 2025-02-27 17:05:33 -08:00
mutation-types.js feat: Add live report for teams (#10849) 2025-03-12 16:03:09 -07:00