Repository: atlas
Updated Branches:
  refs/heads/branch-1.0 dc08e3054 -> c6141b121


ATLAS-2848: Fix property name in ApplicationProperties

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

(cherry picked from commit f86603a8a93dea35bd22bdd1824db8cd7feb50c1)


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

Branch: refs/heads/branch-1.0
Commit: c6141b121ca82da10105624bf660a26a2a381e12
Parents: dc08e30
Author: xiaodongzha <[email protected]>
Authored: Wed Aug 29 13:02:08 2018 -0700
Committer: apoorvnaik <[email protected]>
Committed: Wed Aug 29 13:04:41 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/c6141b12/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