aboutsummaryrefslogtreecommitdiff
path: root/src/pipe.h
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-03-01 09:57:38 -0500
committeriamcheeseman <[hidden email]>2026-03-01 09:57:38 -0500
commit888cda3a0117aa5391c0641878c6748a0afdf190 (patch)
treed12599aad0c054f8414a3dac60af59d8b586d525 /src/pipe.h
parentc5a9d10e55b15f128c7215d64bbd9e8161345e16 (diff)
parent915b623c32d3edb881d248153706338e7ae9054c (diff)
Merge branch 'master' of ssh://codeberg.org/iamcheeseman/tsarbar
Diffstat (limited to 'src/pipe.h')
-rw-r--r--src/pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pipe.h b/src/pipe.h
index 3f81432..e0e6301 100644
--- a/src/pipe.h
+++ b/src/pipe.h
@@ -3,8 +3,8 @@
#include <stdio.h>
#define PIPE_PATH "/tmp/tsarc.pipe"
-#define MAX_ARG_LEN 256
-#define MAX_ARGS 4
+#define MAX_ARG_LEN 128
+#define MAX_ARGS 16
void init_pipe();
void await_change();