Skip to content

Commit

Permalink
fixed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
agapple committed Jul 20, 2018
1 parent 7b52568 commit 89eb3d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public void testSimple() {
controller.setEventFilter(new AviaterRegexFilter("test\\..*"));
controller.setEventBlackFilter(new AviaterRegexFilter("canal_tsdb\\..*"));
controller.setParallel(true);
controller.setParallelBufferSize(4096);
controller.setParallelThreadSize(16);
controller.setParallelBufferSize(256);
controller.setParallelThreadSize(2);
controller.setIsGTIDMode(false);
controller.setEventSink(new AbstractCanalEventSinkTest<List<Entry>>() {

Expand Down

0 comments on commit 89eb3d6

Please sign in to comment.