Skip to content

Commit

Permalink
0003848: Upgrade of reload channels max batch size to be 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Jan 4, 2019
1 parent 0da21de commit ad5650f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ public String afterUpgrade(ISymmetricDialect symmetricDialect, String tablePrefi
engine.getSqlTemplate().update("update " + tablePrefix + "_" + TableConstants.SYM_SEQUENCE +
" set cache_size = 10 where sequence_name = ?", Constants.SEQUENCE_OUTGOING_BATCH);
engine.getSqlTemplate().update("update " + tablePrefix + "_" + TableConstants.SYM_CHANNEL +
" set max_batch_size = 10000 where reload_flag = 1 and max_batch_size = 10000");
" set max_batch_size = 10000 where reload_flag = 1 ");
}

engine.getPullService().pullConfigData(false);
Expand Down

0 comments on commit ad5650f

Please sign in to comment.