Skip to content

Commit 3cc258f

Browse files
committed
Fix max. hostname length
Was causing tests to fail on CI machines (GHA) that used long hostnames
1 parent 50032df commit 3cc258f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caPutLogApp/caPutLogTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern "C" {
1010
#endif
1111

1212
#define MAX_USERID_SIZE 32
13-
#define MAX_HOSTID_SIZE 32
13+
#define MAX_HOSTID_SIZE 256
1414

1515
#if JSON_AND_ARRAYS_SUPPORTED
1616
#define MAX_ARRAY_SIZE_BYTES 400

0 commit comments

Comments
 (0)