Skip to content

Commit

Permalink
Merge branch '55-list-set-multiple-values-at-once' of https://github.…
Browse files Browse the repository at this point in the history
…com/zincware/znsocket into 55-list-set-multiple-values-at-once
  • Loading branch information
PythonFZ committed Nov 7, 2024
2 parents 4554b55 + 7c5abf0 commit b87e4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions znsocket/objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(
callbacks: ListCallbackTypedDict | None = None,
repr_type: ListRepr = "length",
converter: list[t.Type[znjson.ConverterBase]] | None = None,
max_commands_per_call: int = 1_000_000
max_commands_per_call: int = 1_000_000,
):
"""Synchronized list object.
Expand All @@ -67,7 +67,7 @@ def __init__(
Optional list of znjson converters
to use for encoding/decoding the data.
max_commands_per_call: int
Maximum number of commands to send in a
Maximum number of commands to send in a
single call when using pipelines.
Reduce for large list operations to avoid
hitting the message size limit.
Expand Down

0 comments on commit b87e4a7

Please sign in to comment.