odoo/bin
Olivier Dony 4d735c9a73 [FIX] osv_memory: expire records only based on age by default + provide configurable settings
This revision introduces two new config parameters and the corresponding 
server startup parameters:
- osv_memory_count_limit: limit on number or records in each osv_mem table
- osv_memory_age_limit: limit on maximum age of records in each osv_mem table
The default values have been changed to count=False (disabled), age=1 (hour),
so that in the default config the server will only expire osv_memory records
that are 1 hour old or more, avoiding problems related with some
osv_memory classes that instantiate a large number of short-lived objects.

A corresponding set of YAML tests has been added to test the proper behaviour
of the new parameters, and check the various use cases.

lp bug: https://launchpad.net/bugs/555271 fixed
lp bug: https://launchpad.net/bugs/709559 fixed

bzr revid: odo@openerp.com-20110208140924-0bgxqgt1oyrxwz3z
2011-02-08 15:09:24 +01:00
..
addons [FIX] osv_memory: expire records only based on age by default + provide configurable settings 2011-02-08 15:09:24 +01:00
ir [FIX] mutable default in ir 2010-07-22 15:28:35 +02:00
osv [FIX] osv_memory: expire records only based on age by default + provide configurable settings 2011-02-08 15:09:24 +01:00
pychart Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
report [FIX] report.interface: toxml() should return unicode to avoid any encoding issue propagation 2011-01-17 19:44:44 +01:00
service revert commit 3298, 3299. This will be revised after 6.0. 2011-01-19 00:50:33 +01:00
test [ADD] test: added smoke test for tools.translate.quote and unquote 2010-11-16 13:43:28 +01:00
tools [FIX] osv_memory: expire records only based on age by default + provide configurable settings 2011-02-08 15:09:24 +01:00
wizard Merged with stable 2010-02-16 12:01:14 +05:30
workflow [REM] base, workflow: removed res.roles object, replaced by dedicated res.groups 2010-10-13 23:53:40 +02:00
PKG-INFO [MERGE] backported fix for Popen and update of PKGINFO from trunk 2011-01-20 13:40:20 +01:00
__init__.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
import_xml.rng [FIX] convert,rng: <act_window> should support unambiguous view_id attribute 2010-11-27 04:03:04 +01:00
netsvc.py [FIX] netsvc.Agent, ir.cron: pythonic logging instead of legacy netsvc logging 2011-01-18 19:01:54 +01:00
openerp-server.py [IMP] translation: added trans_update_res_ids to resolve the res_ids from ir_translation. 2011-01-06 14:06:54 +01:00
pooler.py [IMP] report: moved the register_all() function as a method of ir.actions.report.xml model, to make it easier to inherit/extend for additional report engines 2010-10-01 13:25:52 +02:00
release.py [REL] bumped up version number for 6.0.1 release 2011-01-20 20:19:59 +01:00
run_tests.py [IMP] osv.query,orm: removed trailing whitespace introduced by previous commits 2010-10-01 18:54:11 +02:00
sql_db.py [FIX] stop related crons when closing a database 2011-01-18 20:26:37 +01:00
tiny_socket.py [IMP] rpc send, reduce the number of write (reducing the number of packets) 2011-01-19 00:52:38 +01:00