We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48b1a18 + a6b31e5 commit 3647c0fCopy full SHA for 3647c0f
1 file changed
cryptlex/lexfloatclient/lexfloatclient.py
@@ -368,7 +368,7 @@ def GetHostLicenseMetadata(key):
368
str: value of metadata for the key
369
"""
370
cstring_key = LexFloatClientNative.get_ctype_string(key)
371
- buffer_size = 256
+ buffer_size = 4096
372
buffer = LexFloatClientNative.get_ctype_string_buffer(buffer_size)
373
status = LexFloatClientNative.GetHostLicenseMetadata(
374
cstring_key, buffer, buffer_size)
0 commit comments