Skip to content

Commit

Permalink
krb5_child: Increase child buffer and chunk size
Browse files Browse the repository at this point in the history
Port
9869e48
to sssd-2-8

Link: linux-pam/linux-pam@55f2064

Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
  • Loading branch information
justin-stephenson authored and pbrezina committed Feb 26, 2024
1 parent 8f1cfad commit a140037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/child_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

#include "util/util.h"

#define IN_BUF_SIZE 512
#define CHILD_MSG_CHUNK 256
#define IN_BUF_SIZE 2048
#define CHILD_MSG_CHUNK 1024

#define SIGTERM_TO_SIGKILL_TIME 2

Expand Down

0 comments on commit a140037

Please sign in to comment.