From 94192e664aaa35c6cfc7bdeb8068ed6aa3a0bef4 Mon Sep 17 00:00:00 2001 From: Henry Wylde Date: Wed, 28 Nov 2018 10:58:03 +0300 Subject: [PATCH] RUBY-23050 don't store string literals in method summaries if they are above a certain limit Repurpose the i18n yaml registry key for this, they are used for similar purposes. --- platform/util/resources/misc/registry.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 908c96bb142b..777a9cd53a6a 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1397,8 +1397,8 @@ ruby.resolve.cache.batchMode.description=Enable caching of results of references ruby.resolve.enable.valid.implicit.fqn.match=false ruby.resolve.enable.valid.implicit.fqn.match.description=Consider text-based FQN matches as valid resolve results ruby.complete.do.block.by.space=false -ruby.i18n.index.truncated.size=2000 -ruby.i18n.index.truncated.size.description=Limit for i18n translation values stored in special index +ruby.index.string.limit=2000 +ruby.index.string.limit.description=Limit for storing strings in indices search.everywhere.pattern.checking=true search.everywhere.pattern.checking.description=Avoid searching classes and symbols if pattern contains only one dot