From 5ef8ed92701fe5dda19e6279cd01bafa69aefdae Mon Sep 17 00:00:00 2001 From: Alexandr Evstigneev Date: Mon, 9 Jul 2018 17:51:20 +0300 Subject: [PATCH] RUBY-21928 Disabled execution lock control with registry key ruby.execution.lock.control --- platform/util/resources/misc/registry.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index fa580f494044..49cfacf1e2e4 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1256,6 +1256,7 @@ ruby.summary.max.control.flow.size=5000 ruby.summary.max.control.flow.size.description=global variables symbolic expression will not be evaluated if the size of its control flow graph exceeds this value ruby.disable.require.processing=true ruby.docker.verbose.logging=false +ruby.execution.lock.control=false search.everywhere.pattern.checking=true search.everywhere.pattern.checking.description=Avoid searching classes and symbols if pattern contains only one dot