You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2021/01/20 08:27:28 UTC

[myfaces-homepage] 09/46: Update core23next.md

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git

commit 73a8190aeb87720442bd8efb7e663d51bdff3f97
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Aug 11 11:03:03 2020 +0200

    Update core23next.md
---
 core23next.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core23next.md b/core23next.md
index 903687f..cd0e9ab 100644
--- a/core23next.md
+++ b/core23next.md
@@ -155,7 +155,7 @@ MyFaces core behavior can be customized, adding some web config params into your
 | o.a.m.VIEWID_DERIVE_CACHE_ENABLED| 2.3-next| true| true, false| Enable or disable the cache used to 'remember' the derived viewId from the rawViewId.|
 | o.a.m.JSP_SUFFIX| 2.3| .jsp| | no description|
 | o.a.m.VIEW_UNIQUE_IDS_CACHE_ENABLED| 2.0.13, 2.1.7| true| true, false| Enable or disable a cache used to 'remember'  the generated facelets unique ids " + "and reduce the impact over memory usage.|
-| o.a.m.COMPONENT_UNIQUE_IDS_CACHE_SIZE| 2.0.13, 2.1.7| 100| | Set the size of the cache used to store strings generated using SectionUniqueIdCounter for component ids|
+| o.a.m.COMPONENT_UNIQUE_IDS_CACHE_SIZE| 2.0.13, 2.1.7| 200| | Set the size of the cache used to store strings generated using SectionUniqueIdCounter for component ids|
 | o.a.m.STRICT_JSF_2_VIEW_NOT_FOUND| 2.1.13| false| true,false| If this param is set to true, a check will be done in Restore View Phase to check if the viewId exists or not and if it does not exists, a 404 response will be thrown|
 | o.a.m.STRICT_JSF_2_FACELETS_COMPATIBILITY| 2.2.0| false| true,false| This param makes components like c:set, ui:param and templating components like ui:decorate, ui:composition and ui:include to behave like the ones provided originally in facelets 1_1_x|