Skip to content

Commit 3647c0f

Browse files
authored
Merge pull request #25 from cryptlex/huzaif/license-metadata-buffer
chore: increased license metadata value buffer to 4096
2 parents 48b1a18 + a6b31e5 commit 3647c0f

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
@@ -368,7 +368,7 @@ def GetHostLicenseMetadata(key):
368368
str: value of metadata for the key
369369
"""
370370
cstring_key = LexFloatClientNative.get_ctype_string(key)
371-
buffer_size = 256
371+
buffer_size = 4096
372372
buffer = LexFloatClientNative.get_ctype_string_buffer(buffer_size)
373373
status = LexFloatClientNative.GetHostLicenseMetadata(
374374
cstring_key, buffer, buffer_size)

0 commit comments

Comments
 (0)