victor HF Staff commited on
Commit
0ee06f2
·
1 Parent(s): 1796fda

fix: reduce timeout duration for aborting loading state

Browse files
src/routes/conversation/[id]/+page.svelte CHANGED
@@ -489,7 +489,7 @@
489
  setTimeout(() => {
490
  $isAborted = true;
491
  loading = false;
492
- }, 3000);
493
  } else {
494
  $isAborted = true;
495
  loading = false;
 
489
  setTimeout(() => {
490
  $isAborted = true;
491
  loading = false;
492
+ }, 500);
493
  } else {
494
  $isAborted = true;
495
  loading = false;