lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 95c326f3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

now we use kumofs as volatile memcached so we have no limit in key length and value size.

parent 8395982f
......@@ -35,9 +35,17 @@
<key> <string>portal_type</string> </key>
<value> <string>Memcached Plugin</string> </value>
</item>
<item>
<key> <string>server_max_key_length</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>server_max_value_length</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Ram Based Memcached</string> </value>
<value> <string>Volatile Memcached</string> </value>
</item>
<item>
<key> <string>url_string</string> </key>
......
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