Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Georgios Dagkakis
erp5
Commits
95c326f3
Commit
95c326f3
authored
11 years ago
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
now we use kumofs as volatile memcached so we have no limit in key length and value size.
parent
8395982f
master
Base_constructUrlFor
Folder_delete
WSGITask_patch
add_trailing_slash_to_url
add_trailing_slash_to_url_construct_url_api
add_trailing_slash_to_url_document
add_trailing_slash_to_url_optional
add_trailing_slash_to_url_test_result
autocomplete_attr_hidden_field
bt_installation
business_template_fixes
construct_url_api
construct_url_api_20171003
deferred_new_ui
document_connection
drop_widget_dummy_value
erp5_dqe
erp5_site_and_base_mixin
fix_Base_deleteObject
fix_getAssetPrice
fix_jump_no_document
formulator_autocomplete_attr
free_subscription_request
george_activity_tool_fixup
george_master
george_parallel_list_field_renderjs
george_pdf_preview
george_temp
history_listboxes_sorting
keep_local_roles
leave_request
leave_request_backup
listbox_hide_header_footer_css
pdf_thumbnail_preview
presence_request
related_document_list
relation_field_no_portal_type_filter
remove_tales_on_checked
render_js_multicheckboxfield
renderjs_listbox_fix
required_css
reset_user_id_on_export
selection_tool_last_page_calculation
selection_tool_last_page_calculation_squash
simulation_tool_join_column
simulation_tool_join_column_backup
space_in_id
standard_security
tales_prefix
temp
test
test_node
test_widget_empty_value
ticket_resource_item_list
upgrader_show_revision
validation_message_translation
web_message_ingestion_fixup
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml
...emplateItem/portal_memcached/default_memcached_plugin.xml
+9
-1
No files found.
product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_memcached/default_memcached_plugin.xml
View file @
95c326f3
...
@@ -35,9 +35,17 @@
...
@@ -35,9 +35,17 @@
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Memcached Plugin
</string>
</value>
<value>
<string>
Memcached Plugin
</string>
</value>
</item>
</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>
<item>
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
<value>
<string>
Ram Based
Memcached
</string>
</value>
<value>
<string>
Volatile
Memcached
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
url_string
</string>
</key>
<key>
<string>
url_string
</string>
</key>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment