mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

--max-txn-ops flag allows users to define the maximum number of operations permitted in a transaction during syncing updates.if unlimited syncing may fail when number of txn ops exceeds the maximum number of server side. Signed-off-by: xakdwch <xakdwch5@gmail.com>