We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7b0f4 commit 60a6b13Copy full SHA for 60a6b13
1 file changed
cryptlex/lexfloatclient/lexfloatclient.py
@@ -281,7 +281,7 @@ def GetFloatingClientMetadata(key):
281
str: value of the floating client metadata
282
"""
283
cstring_key = LexFloatClientNative.get_ctype_string(key)
284
- buffer_size = 256
+ buffer_size = 4096
285
buffer = LexFloatClientNative.get_ctype_string_buffer(buffer_size)
286
status = LexFloatClientNative.GetFloatingClientMetadata(
287
cstring_key, buffer, buffer_size)
0 commit comments