fix: delete enable_batch from redis bridge
This commit is contained in:
parent
22c3f50020
commit
e776751860
|
@ -182,7 +182,7 @@ resource_creation_fields("redis_cluster") ->
|
|||
% TODO
|
||||
% Cluster bridge is currently incompatible with batching.
|
||||
Fields = emqx_resource_schema:fields("creation_opts_sync_only"),
|
||||
lists:foldl(fun proplists:delete/2, Fields, [batch_size, batch_time]);
|
||||
lists:foldl(fun proplists:delete/2, Fields, [batch_size, batch_time, enable_batch]);
|
||||
resource_creation_fields(_) ->
|
||||
emqx_resource_schema:fields("creation_opts_sync_only").
|
||||
|
||||
|
|
Loading…
Reference in New Issue