You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/tmmsgs/en_config_descriptions.go
+2
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ var (
36
36
ConfigAPIWriteTimeout=ffc("config.api.writeTimeout", "The maximum time to wait when writing to a HTTP connection", i18n.TimeDurationType)
37
37
ConfigAPIShutdownTimeout=ffc("config.api.shutdownTimeout", "The maximum amount of time to wait for any open HTTP requests to finish before shutting down the HTTP server", i18n.TimeDurationType)
38
38
39
+
ConfigDebugPort=ffc("config.debug.port", "An HTTP port on which to enable the go debugger", i18n.IntType)
40
+
39
41
ConfigConfirmationsBlockCacheSize=ffc("config.confirmations.blockCacheSize", "The maximum number of block headers to keep in the cache", i18n.IntType)
40
42
ConfigConfirmationsBlockQueueLength=ffc("config.confirmations.blockQueueLength", "Internal queue length for notifying the confirmations manager of new blocks", i18n.IntType)
41
43
ConfigConfirmationsNotificationsQueueLength=ffc("config.confirmations.notificationQueueLength", "Internal queue length for notifying the confirmations manager of new transactions/events", i18n.IntType)
0 commit comments