ejabberd - Comments for "How do i change the 32 seconds time interval for acknowledgement wait?" https://www.ejabberd.im/node/24973 en Hi We modified this value to https://www.ejabberd.im/node/24973#comment-66011 <p>Hi</p> <p>We modified this value to 8 seconds and have been testing it out for quite some time now. We haven't faced any more issue due to this parameter but sometimes we have seen that the connections between client and server gets reset without any network fluctuations so may be this 8 seconds is quite a less timer. We are still debugging and will update if anything comes up due to this parameter.</p> <p>regards,<br /> Kunal</p> Mon, 10 Aug 2015 08:43:01 +0000 kunalkhannain comment 66011 at https://www.ejabberd.im OKay. Thanks for the https://www.ejabberd.im/node/24973#comment-65895 <p>OKay. Thanks for the info.<br /> Curious to know if changing this parameter will have any impact on the overall functionality of the ejabberd.</p> <p>I know the sockets will get closed earlier. Any other impact you could tell?</p> Fri, 03 Jul 2015 04:50:17 +0000 methamphetamine comment 65895 at https://www.ejabberd.im methamphetamine wrote: I wish https://www.ejabberd.im/node/24973#comment-65893 <div class="quote-msg"> <div class="quote-author"><em>methamphetamine</em> wrote:</div> <p>I wish to know if there's a way possible to change the 32 seconds interval to a smaller value?<br /> I would like to change it at the ejabberd level.</p></div> <p>I think that value is defined in ejabberd_local.erl You would need to modify this line, and recompile the module:</p> <pre> -define(IQ_TIMEOUT, 32000). </pre> Thu, 02 Jul 2015 16:19:49 +0000 badlop comment 65893 at https://www.ejabberd.im