Corredor is no longer enabled by default

This commit is contained in:
Denis Arh
2021-03-31 08:27:22 +02:00
parent 0bcd2918c6
commit 1edb005fe2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ type (
// Corredor initializes and returns a CorredorOpt with default values
func Corredor() (o *CorredorOpt) {
o = &CorredorOpt{
Enabled: true,
Enabled: false,
Addr: "localhost:50051",
MaxBackoffDelay: time.Minute,
MaxReceiveMessageSize: 2 << 23,
+1 -1
View File
@@ -7,7 +7,7 @@ docs:
props:
- name: enabled
type: bool
default: true
default: false
description: Enable/disable Corredor integration
- name: addr