Skip to content

Commit

Permalink
Merge pull request #63 from chu11/hostlist_buffer_nodeattr
Browse files Browse the repository at this point in the history
nodeattr: increase hostlist buffer size
  • Loading branch information
chu11 authored Aug 16, 2024
2 parents 27b915d + c084a4e commit 73ebd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodeattr/nodeattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static char *_node_create(genders_t gp);
static char *_attr_create(genders_t gp);
#endif

#define HOSTLIST_BUFLEN 1024
#define HOSTLIST_BUFLEN 65536

int
main(int argc, char *argv[])
Expand Down

0 comments on commit 73ebd9f

Please sign in to comment.