Skip to content

Commit

Permalink
SOLR-15960: Experiment: Disable locking
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy committed Dec 25, 2023
1 parent e992b28 commit 0089ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/core/src/java/org/apache/solr/util/EnvUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class EnvUtils {
private static final SortedMap<String, String> ENV = new TreeMap<>(System.getenv());
private static final Map<String, String> CUSTOM_MAPPINGS = new HashMap<>();
private static Map<String, String> camelCaseToDotsMap = new HashMap<>();
private static boolean initialized = false;
private static boolean initialized = true;

static {
try {
Expand Down

0 comments on commit 0089ff3

Please sign in to comment.