Fix a few global configuration options being unavailable

This commit is contained in:
Zach Brown 2016-06-04 17:26:11 -05:00
parent e483da14b5
commit dbbf2eb27b
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
6 changed files with 20 additions and 20 deletions

View file

@ -1,4 +1,4 @@
From dd1173b521819609b5a9625b4da4a464ef403db7 Mon Sep 17 00:00:00 2001
From 04d794e4aeb4d0b185ed67c14a188f269fb7802b Mon Sep 17 00:00:00 2001
From: crast <contact@jamescrasta.com>
Date: Sat, 1 Jun 2013 13:52:30 -0600
Subject: [PATCH] Reduce thread synchronization in MetadataStoreBase
@ -101,5 +101,5 @@ index 093c144..64c0f0a 100644
for (Map<Plugin, MetadataValue> values : metadataMap.values()) {
if (values.containsKey(owningPlugin)) {
--
2.8.0
2.8.3.windows.1