Browse Source

Bump MUC disco info timeout to 30s

JC Brand 1 tháng trước cách đây
mục cha
commit
1a2462c493
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/headless/plugins/muc/muc.js

+ 1 - 1
src/headless/plugins/muc/muc.js

@@ -50,7 +50,7 @@ import MUCSession from './session';
 
 const { u, stx } = converse.env;
 
-const DISCO_INFO_TIMEOUT_ON_JOIN = 5000;
+const DISCO_INFO_TIMEOUT_ON_JOIN = 30000;
 
 /**
  * Represents a groupchat conversation.