[PR #2790] [MERGED] Add delay for server search requests #2691

Closed
opened 2026-02-27 12:12:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2790
Author: @moweerkat
Created: 2/17/2023
Status: Merged
Merged: 2/20/2023
Merged by: @tonioo

Base: masterHead: feature/add_delay_for_server_search_requests


📝 Commits (1)

  • b836398 Add delay for server search requests

📊 Changes

5 files changed (+18 additions, -2 deletions)

View changed files

📝 frontend/package.json (+1 -0)
📝 frontend/src/components/alarms/AlarmList.vue (+4 -1)
📝 frontend/src/components/logs/AuditTrailList.vue (+4 -1)
📝 frontend/src/components/logs/MessageList.vue (+4 -0)
📝 frontend/yarn.lock (+5 -0)

📄 Description

Description of the issue/feature this PR addresses:

On the new admin interface, add delay when performing a search request to the server to avoid too many requests and risking being throttled.

Current behavior before PR:

Each new character in the field would fire a request to the server

Desired behavior after PR is merged:

A delay of 500ms is applied before firing a new request


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2790 **Author:** [@moweerkat](https://github.com/moweerkat) **Created:** 2/17/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/add_delay_for_server_search_requests` --- ### 📝 Commits (1) - [`b836398`](https://github.com/modoboa/modoboa/commit/b83639853062af594ce5525ee4d5789dc2639c16) Add delay for server search requests ### 📊 Changes **5 files changed** (+18 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -0) 📝 `frontend/src/components/alarms/AlarmList.vue` (+4 -1) 📝 `frontend/src/components/logs/AuditTrailList.vue` (+4 -1) 📝 `frontend/src/components/logs/MessageList.vue` (+4 -0) 📝 `frontend/yarn.lock` (+5 -0) </details> ### 📄 Description Description of the issue/feature this PR addresses: On the new admin interface, add delay when performing a search request to the server to avoid too many requests and risking being throttled. Current behavior before PR: Each new character in the field would fire a request to the server Desired behavior after PR is merged: A delay of 500ms is applied before firing a new request --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:12:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2691
No description provided.