mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: disable serialization_max_chunk_size in regtests (#3445)
Intended to stabilize regression tests before releasing our next version. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
38fba1d398
commit
e482eefcbb
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class DflyInstance:
|
|||
self.args["num_shards"] = threads - 1
|
||||
|
||||
# Add 1 byte limit for big values
|
||||
self.args["serialization_max_chunk_size"] = 1
|
||||
# self.args["serialization_max_chunk_size"] = 1
|
||||
|
||||
def __del__(self):
|
||||
assert self.proc == None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue