Explorar el Código

Bump MUC disco info timeout to 30s

JC Brand hace 1 mes
padre
commit
1a2462c493
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.