From faac57091c3ea79c0dba141360d0424e9f20b4a9 Mon Sep 17 00:00:00 2001 From: Denis Tingaikin Date: Wed, 25 Dec 2024 18:31:25 +0300 Subject: [PATCH] Use RateLimiter instead of waiting for each attachment to load sequentially (#7546) Signed-off-by: denis-tingaikin --- .../src/components/AttachmentRefInput.svelte | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/plugins/attachment-resources/src/components/AttachmentRefInput.svelte b/plugins/attachment-resources/src/components/AttachmentRefInput.svelte index c8fb1f7923..1c8758b1ea 100644 --- a/plugins/attachment-resources/src/components/AttachmentRefInput.svelte +++ b/plugins/attachment-resources/src/components/AttachmentRefInput.svelte @@ -14,7 +14,7 @@ -->