You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/07/30 06:40:01 UTC

[servicecomb-kie] branch master updated: [fix]the default value of sync.enabled should be false (#251)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 66e6f5e  [fix]the default value of sync.enabled should be false (#251)
66e6f5e is described below

commit 66e6f5efd40075052f63c2d06d3ac92391c0cae0
Author: little-cui <su...@qq.com>
AuthorDate: Sat Jul 30 14:39:57 2022 +0800

    [fix]the default value of sync.enabled should be false (#251)
---
 examples/dev/kie-conf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/dev/kie-conf.yaml b/examples/dev/kie-conf.yaml
index 4b40ec0..703dbeb 100644
--- a/examples/dev/kie-conf.yaml
+++ b/examples/dev/kie-conf.yaml
@@ -19,4 +19,4 @@ db:
 #  rsaPublicKeyFile: ./examples/dev/public.key
 sync:
   # turn on the synchronization switch related operations will be written to the task in the db
-  enabled: true
\ No newline at end of file
+  enabled: false
\ No newline at end of file