chore: Add compatibility note

This commit is contained in:
firest 2022-07-06 18:13:26 +08:00
parent 6cd79f92e0
commit 5c2797e1ca
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@
description => #{en => <<"Connection Pool">>,
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,
type => boolean,
default => true,