On 12/14/07, chasd <[EMAIL PROTECTED]> wrote: > > On Dec 13, 2007, at 1:22 PM, Eric wrote: > > > Where is the setting to control the 60s refresh? We're using Roundcube > > over a high grade SSL connection and 60 seconds is much too frequent, > > but I don't see a relevant setting anywhere. I couldn't even locate > > the timeout call in the JavaScript, assuming there is one somewhere.
Hello, Try changing these in app.js // default environment vars this.env.keep_alive = 60; // seconds this.env.request_timeout = 180; // seconds this.env.draft_autosave = 0; // seconds HTH kmn _______________________________________________ List info: http://lists.roundcube.net/users/
