Repository: atlas
Updated Branches:
  refs/heads/master b14736c90 -> f86603a8a


ATLAS-2848: Fix property name in ApplicationProperties

(This closes #8)

Signed-off-by: apoorvnaik <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/f86603a8
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/f86603a8
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/f86603a8

Branch: refs/heads/master
Commit: f86603a8a93dea35bd22bdd1824db8cd7feb50c1
Parents: b14736c
Author: xiaodongzha <[email protected]>
Authored: Wed Aug 29 13:02:08 2018 -0700
Committer: apoorvnaik <[email protected]>
Committed: Wed Aug 29 13:02:08 2018 -0700

----------------------------------------------------------------------
 intg/src/main/java/org/apache/atlas/ApplicationProperties.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/f86603a8/intg/src/main/java/org/apache/atlas/ApplicationProperties.java
----------------------------------------------------------------------
diff --git a/intg/src/main/java/org/apache/atlas/ApplicationProperties.java 
b/intg/src/main/java/org/apache/atlas/ApplicationProperties.java
index c79c549..9e2efb5 100644
--- a/intg/src/main/java/org/apache/atlas/ApplicationProperties.java
+++ b/intg/src/main/java/org/apache/atlas/ApplicationProperties.java
@@ -45,7 +45,7 @@ public final class ApplicationProperties extends 
PropertiesConfiguration {
     public static final SimpleEntry<String, String> DB_CACHE_CONF              
 = new SimpleEntry<>("atlas.graph.cache.db-cache", "true");
     public static final SimpleEntry<String, String> DB_CACHE_CLEAN_WAIT_CONF   
 = new SimpleEntry<>("atlas.graph.cache.db-cache-clean-wait", "20");
     public static final SimpleEntry<String, String> DB_CACHE_SIZE_CONF         
 = new SimpleEntry<>("atlas.graph.cache.db-cache-size", "0.5");
-    public static final SimpleEntry<String, String> DB_TX_CACHE_SIZE_CONF      
 = new SimpleEntry<>("atlas.graph.cache.tx-cache.size", "15000");
+    public static final SimpleEntry<String, String> DB_TX_CACHE_SIZE_CONF      
 = new SimpleEntry<>("atlas.graph.cache.tx-cache-size", "15000");
     public static final SimpleEntry<String, String> 
DB_CACHE_TX_DIRTY_SIZE_CONF = new 
SimpleEntry<>("atlas.graph.cache.tx-dirty-size", "120");
 
     private static volatile Configuration instance = null;

Reply via email to