Commit 6c8df362 authored by unknown's avatar unknown
Browse files

Small fix for updated config params

parent 83c9f45f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@ Configuration::calcSizeAlt(ConfigValues * ownConfig){
	    2 * noOfTransactions);
    
    cfg.put(CFG_DIH_CONNECT, 
	    noOfOperations + 46);
	    noOfOperations + noOfTransactions + 46);
    
    cfg.put(CFG_DIH_FRAG_CONNECT, 
	    NO_OF_FRAG_PER_NODE *  noOfTables *  noOfDBNodes);