chore: Add compatibility note
This commit is contained in:
parent
6cd79f92e0
commit
5c2797e1ca
|
@ -67,6 +67,8 @@
|
||||||
description => #{en => <<"Connection Pool">>,
|
description => #{en => <<"Connection Pool">>,
|
||||||
zh => <<"连接池大小"/utf8>>}
|
zh => <<"连接池大小"/utf8>>}
|
||||||
},
|
},
|
||||||
|
%% NOTE: In the new version `enable_pipelining` is changed to integer type
|
||||||
|
%% but it needs to be compatible with the old version, so here keep it as boolean
|
||||||
enable_pipelining => #{order => 5,
|
enable_pipelining => #{order => 5,
|
||||||
type => boolean,
|
type => boolean,
|
||||||
default => true,
|
default => true,
|
||||||
|
|
Loading…
Reference in New Issue