summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-11-26 14:37:05 +0800
committeryangwei <[email protected]>2024-11-26 14:37:05 +0800
commit78562a8dd879a3753debae14198f00fe2dc0112a (patch)
tree0c316ea52a36bda174b9df7fbd3df44bb65e7908 /conf
parent1ddd1f6b783573aa8ae5e1594430865b20c9f0a3 (diff)
✨ feat(stellar core): module & node register in stellar_new
Diffstat (limited to 'conf')
-rw-r--r--conf/stellar.toml23
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"