aboutsummaryrefslogtreecommitdiff
path: root/src/pipe.h
diff options
context:
space:
mode:
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();