✨ feat(plugin_manager_init): set max_msg_per_stage as parameter
This commit is contained in:
@@ -40,7 +40,7 @@ struct plugin_manager_schema
|
||||
UT_array *registered_polling_plugin_array;
|
||||
int stellar_mq_topic_num;
|
||||
int mq_topic_subscriber_num;
|
||||
int max_message_dispatch;
|
||||
unsigned int max_message_dispatch;
|
||||
struct plugin_manager_per_thread_data *per_thread_data;
|
||||
}__attribute__((aligned(sizeof(void*))));
|
||||
|
||||
@@ -131,8 +131,6 @@ struct stellar_mq_subscriber_info
|
||||
* PLUGIN MANAGER INIT & EXIT *
|
||||
*******************************/
|
||||
|
||||
#define MAX_MSG_PER_DISPATCH 256
|
||||
|
||||
#include <dlfcn.h>
|
||||
|
||||
struct plugin_specific
|
||||
|
||||
Reference in New Issue
Block a user