aboutsummaryrefslogtreecommitdiffstats
path: root/agni.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-07 18:08:10 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-07 18:08:10 +0100
commitadf40686a636bfe95357c3affe011a2514bfbf52 (patch)
treedc0a0e15fc2c0c883c3df7cd9ca7020d9320901a /agni.c
parent910c1942b21bd88fa9b2091a0f7322f6b2c96df7 (diff)
downloadagni-adf40686a636bfe95357c3affe011a2514bfbf52.tar.gz
agni-adf40686a636bfe95357c3affe011a2514bfbf52.zip
Updated command that they are more compatible with developerslv chan bots
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");