added description for the network config

This commit is contained in:
YevhenBondarenko 2021-11-30 14:39:24 +02:00
parent 52578645b8
commit 0909603ae5
2 changed files with 6 additions and 6 deletions

View File

@ -819,9 +819,9 @@ transport:
log_max_length: "${LWM2M_LOG_MAX_LENGTH:1024}"
# Use redis for Security and Registration stores
redis.enabled: "${LWM2M_REDIS_ENABLED:false}"
network_config:
- key: "PROTOCOL_STAGE_THREAD_COUNT"
value: "${LWM2M_PROTOCOL_STAGE_THREAD_COUNT:12}"
network_config: # In this section you can specify custom parameters for LwM2M network configuration and expose the env variables to configure outside
# - key: "PROTOCOL_STAGE_THREAD_COUNT"
# value: "${LWM2M_PROTOCOL_STAGE_THREAD_COUNT:4}"
snmp:
enabled: "${SNMP_ENABLED:true}"
response_processing:

View File

@ -204,9 +204,9 @@ transport:
paging_transmission_window: "${LWM2M_PAGING_TRANSMISSION_WINDOW:10000}"
# Use redis for Security and Registration stores
redis.enabled: "${LWM2M_REDIS_ENABLED:false}"
network_config:
- key: "PROTOCOL_STAGE_THREAD_COUNT"
value: "${LWM2M_PROTOCOL_STAGE_THREAD_COUNT:12}"
network_config: # In this section you can specify custom parameters for LwM2M network configuration and expose the env variables to configure outside
# - key: "PROTOCOL_STAGE_THREAD_COUNT"
# value: "${LWM2M_PROTOCOL_STAGE_THREAD_COUNT:4}"
stats:
enabled: "${TB_TRANSPORT_STATS_ENABLED:true}"
print-interval-ms: "${TB_TRANSPORT_STATS_PRINT_INTERVAL_MS:60000}"