odoo/openerp
Jairo Llopis ecc093033d
[FIX] service.server: bump up socket timeout to 2s
Rev. 8245c1d1d8 introduced a timeout to
avoid lockup situations with wkhtmltopdf's requests on servers with low
numbers of free HTTP workers.

The initial timeout of 500ms was chosen based on average network
latency, but turned out to cause spurious disconnections on congested
networks combined with slow links.

Bumping up the timeout to 2s seems to be a better sweet spot, causing
less spurious disconnections while still recovering reasonably fast from
the wkhtmltopdf lockup situation.

See also these discussions:
 - 8245c1d1d8 (commitcomment-22904347)
 - PR #12356
 - Issue #2114

Closes #17998
2017-07-04 12:57:05 +02:00
..
addons [I18N] Update translation terms from Transifex 2017-07-01 02:39:14 +02:00
cli [FIX] scaffold: correctly decode utf8 templates 2016-03-15 11:25:16 +01:00
conf [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
modules [FIX] module: allow disabling 1-click install 2017-01-27 13:00:42 +01:00
osv [FIX] base: run defined modifiers tests 2017-04-26 19:36:10 +02:00
report [MERGE] forward port of branch 7.0 up to 99c87b6 2015-05-21 16:33:45 +02:00
service [FIX] service.server: bump up socket timeout to 2s 2017-07-04 12:57:05 +02:00
tests [IMP] tests: use long message in case of error 2016-11-02 11:45:29 +01:00
tools [FIX] tools: verify path before opening 2017-06-02 22:29:47 +02:00
workflow [MERGE] forward port of branch saas-3 up to 2e9b33b 2015-11-03 12:45:50 +01:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py [IMP] fields: turn field.digits and column.digits into dynamic properties 2015-03-23 14:36:15 +01:00
api.py [FIX] api: in todo list, group records to recompute by environment (#11267) 2016-10-13 10:13:33 +02:00
exceptions.py [ADD] doc: new documentation, with training tutorials, and new scaffolding 2014-08-22 17:51:20 +02:00
fields.py [FIX] fields: add group_operator to be availble in get_description. 2016-10-11 11:49:55 +02:00
http.py [FIX] http: force protocol when missing in URL 2017-06-15 16:01:40 +02:00
import_xml.rng [MERGE] ir-ui-view split active and show_customize 2014-08-31 16:56:44 +02:00
loglevels.py [REF] logging: removed pseudo log-level TEST. 2013-03-26 16:58:44 +01:00
models.py [FIX] models: no warning when using `api.constrains` on an inherited field 2017-06-01 10:15:48 +02:00
netsvc.py [MERGE] forward port of branch 7.0 up to 1c0bc7c 2015-06-30 12:47:27 +02:00
pooler.py [IMP] registry: avoid every direct access registry.db, and rename attribute as registry._db 2014-04-09 15:35:15 +02:00
release.py [REL] Odoo 8.0 2014-09-18 12:11:18 +02:00
sql_db.py [FIX] sql_db: port fix from psycopg/psycopg2#459 2017-06-15 16:01:40 +02:00