diff options
author | thomascube <thomas@roundcube.net> | 2006-09-08 15:16:47 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-09-08 15:16:47 +0000 |
commit | 7139e33e6c7dcd206e166416e7b5742bc3849cb9 (patch) | |
tree | e48e620ea095afa82804908736e8ce5a69bc5d35 /program/js/app.js | |
parent | 8acab006085216223111baccc19bc834807b62fc (diff) |
Updated MDB2 with MSSQL support + some cosmetics
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 8d2f1ed5b..d52efae1b 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -49,7 +49,7 @@ function rcube_webmail() 'application/x-shockwave-flash'); // default environment vars - this.env.keep_alive = 50; // seconds + this.env.keep_alive = 60; // seconds this.env.request_timeout = 180; // seconds this.env.draft_autosave = 0; // seconds |