mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 06:12:04 +02:00
6 lines
112 B
Python
6 lines
112 B
Python
import re
|
|
|
|
|
|
def patch_module():
|
|
""" Default is 512, a little too small for odoo """
|
|
re._MAXCACHE = 4096
|