Skip to content

Commit 60a6b13

Browse files
committed
fix: buffer size ->4096
1 parent 4c7b0f4 commit 60a6b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cryptlex/lexfloatclient/lexfloatclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def GetFloatingClientMetadata(key):
281281
str: value of the floating client metadata
282282
"""
283283
cstring_key = LexFloatClientNative.get_ctype_string(key)
284-
buffer_size = 256
284+
buffer_size = 4096
285285
buffer = LexFloatClientNative.get_ctype_string_buffer(buffer_size)
286286
status = LexFloatClientNative.GetFloatingClientMetadata(
287287
cstring_key, buffer, buffer_size)

0 commit comments

Comments
 (0)