Commit 5a810c6f authored by Vincent Pelletier's avatar Vincent Pelletier

Disable attribute tracker by default.

This increases performance noticeably - especially since it was enabled on
connection, where properties change very often (such as data buffers).

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1753 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 01b68946
......@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
ATTRIBUTE_TRACKER_ENABLED = True
ATTRIBUTE_TRACKER_ENABLED = False
from neo.locking import LockUser
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment