summaryrefslogtreecommitdiff
path: root/agni.c
diff options
context:
space:
mode:
Diffstat (limited to 'agni.c')
-rw-r--r--agni.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/agni.c b/agni.c
index 46457f6..e0055be 100644
--- a/agni.c
+++ b/agni.c
@@ -574,7 +574,7 @@ int th_event_manager(void *data)
tbl_qcmd *qtbl = NULL;
//create execution table
- etbl = tbl_exec_list_c(10);
+ etbl = tbl_exec_list_c(30);
if (etbl == NULL)
{
PERM();
@@ -611,7 +611,7 @@ int th_event_manager(void *data)
tbl_exec_print_tbl(etbl, TBL_PF_EXEC_ALL);
//create command table
- qtbl = tbl_qcmd_c(10);//well 10 should be ok right?
+ qtbl = tbl_qcmd_c(30);//well 30 should be ok right?
//config mq
printf("Start event thread\n");