Corredor is no longer enabled by default
This commit is contained in:
parent
0bcd2918c6
commit
1edb005fe2
@ -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,
|
||||
|
||||
@ -7,7 +7,7 @@ docs:
|
||||
props:
|
||||
- name: enabled
|
||||
type: bool
|
||||
default: true
|
||||
default: false
|
||||
description: Enable/disable Corredor integration
|
||||
|
||||
- name: addr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user