You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/08/15 15:27:19 UTC

[servicecomb-pack] branch master updated: SCB-1439 Modify batchSize default value is 1000

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new c418ef6  SCB-1439 Modify batchSize default value is 1000
c418ef6 is described below

commit c418ef6be31eca00b8a750be98b0855e718402b1
Author: Lei Zhang <co...@gmail.com>
AuthorDate: Thu Aug 15 17:12:30 2019 +0800

    SCB-1439 Modify batchSize default value is 1000
---
 .../org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java b/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java
index 17ece87..4d861f6 100644
--- a/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java
+++ b/alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/FsmAutoConfiguration.java
@@ -58,7 +58,7 @@ public class FsmAutoConfiguration {
   @Value("${alpha.feature.akka.channel.memory.size:-1}")
   int memoryEventChannelMemorySize;
 
-  @Value("${alpha.feature.akka.transaction.repository.elasticsearch.batchSize:100}")
+  @Value("${alpha.feature.akka.transaction.repository.elasticsearch.batchSize:1000}")
   int repositoryElasticsearchBatchSize;
 
   @Value("${alpha.feature.akka.transaction.repository.elasticsearch.refreshTime:5000}")