chore(dsraft): fix a typespec

This commit is contained in:
Andrew Mayorov 2024-07-31 19:16:11 +02:00
parent 649cbf1c79
commit 6aad774075
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 4 additions and 1 deletions

View File

@ -101,7 +101,10 @@
n_shards => pos_integer(),
n_sites => pos_integer(),
replication_factor => pos_integer(),
replication_options => _TODO :: #{}
replication_options => _TODO :: #{},
%% Inherited from `emqx_ds:generic_db_opts()`.
force_monotonic_timestamps => boolean(),
atomic_batches => boolean()
}.
%% This enapsulates the stream entity from the replication level.