Commit f77132c3 authored by Nicolas Delaby's avatar Nicolas Delaby

Change property server by relation to link to Memcached Plugin object

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27498 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43bd93f8
......@@ -31,11 +31,4 @@ class DistributedRamCache:
"""
"""
_properties = (
{'id' : 'server',
'description' : 'Memcached server address( you can specify multiple servers by separating them with ;)',
'type' : 'string',
'default' : '127.0.0.1:11211',
},
)
_categories = ( 'specialise', )
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