Commit a3933d63 authored by Nicolas Delaby's avatar Nicolas Delaby

Declare new property to set limitation of Max value len

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27581 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ce6a27bc
......@@ -37,5 +37,12 @@ class MemcachedPlugin:
'type' : 'int',
'default' : 250,
'mode' : 'w' ,
},)
},
{'id' : 'server_max_value_length',
'description' : 'Max value len authorised by Server. 0 means no limit',
'type' : 'int',
'default' : 1048576,
'mode' : 'w' ,
},
)
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