diff options
Diffstat (limited to 'agni.c')
-rw-r--r-- | agni.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); |