diff options
| author | yangwei <[email protected]> | 2024-11-26 14:37:05 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-11-26 14:37:05 +0800 |
| commit | 78562a8dd879a3753debae14198f00fe2dc0112a (patch) | |
| tree | 0c316ea52a36bda174b9df7fbd3df44bb65e7908 /conf | |
| parent | 1ddd1f6b783573aa8ae5e1594430865b20c9f0a3 (diff) | |
✨ feat(stellar core): module & node register in stellar_new
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/stellar.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml index 20a8b91..93fc1d6 100644 --- a/conf/stellar.toml +++ b/conf/stellar.toml @@ -73,26 +73,3 @@ cli_request_timeout = 3 # second pktdump_task_max_num = 3 -[[module]] - path = "" - init = "monitor_on_init" - exit = "monitor_on_exit" - -[[module]] - path = "" - init = "packet_manager_on_init" - exit = "packet_manager_on_exit" - thread_init = "packet_manager_on_thread_init" - thread_exit = "packet_manager_on_thread_exit" - -[[module]] - path = "" - init = "session_manager_on_init" - exit = "session_manager_on_exit" - thread_init = "session_manager_on_thread_init" - thread_exit = "session_manager_on_thread_exit" - -[[module]] - path = "" - init = "session_monitor_on_init" - exit = "session_monitor_on_exit" |
