فهرست منبع

fix: hidden batch_time for mongodb

zhongwencool 2 سال پیش
والد
کامیت
9639a977a3
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      apps/emqx_bridge_mongodb/src/emqx_bridge_mongodb.erl

+ 10 - 0
apps/emqx_bridge_mongodb/src/emqx_bridge_mongodb.erl

@@ -74,6 +74,11 @@ fields("creation_opts") ->
             importance => ?IMPORTANCE_HIDDEN,
             converter => fun(_, _) -> 1 end,
             desc => ?DESC("batch_size")
+        }},
+        {batch_time, #{
+            importance => ?IMPORTANCE_HIDDEN,
+            converter => fun(_, _) -> 0 end,
+            desc => ?DESC("batch_size")
         }}
     ]);
 fields(action) ->
@@ -102,6 +107,11 @@ fields(action_resource_opts) ->
             importance => ?IMPORTANCE_HIDDEN,
             converter => fun(_, _) -> 1 end,
             desc => ?DESC("batch_size")
+        }},
+        {batch_time, #{
+            importance => ?IMPORTANCE_HIDDEN,
+            converter => fun(_, _) -> 0 end,
+            desc => ?DESC("batch_size")
         }}
     ]);
 fields(resource_opts) ->