~unifield-team/unifield-web/web-uf-1718

« back to all changes in this revision

Viewing changes to doc/openerp-web.cfg

  • Committer: jf
  • Date: 2013-03-11 13:59:23 UTC
  • Revision ID: jfb@tempo-consulting.fr-20130311135923-c5zq45cu7bkeecxw
AIO-54 [IMP] Increase the web client time-out

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
openerp.server.host = 'localhost'
70
70
openerp.server.port = '8070'
71
71
openerp.server.protocol = 'socket'
72
 
openerp.server.timeout = 450
 
72
openerp.server.timeout = 1800
73
73
 
74
74
# Web client settings
75
75
[openerp-web]