Showing
3 changed files
with
0 additions
and
6 deletions
@@ -816,7 +816,6 @@ transport: | @@ -816,7 +816,6 @@ transport: | ||
816 | downlink_pool_size: "${LWM2M_DOWNLINK_POOL_SIZE:10}" | 816 | downlink_pool_size: "${LWM2M_DOWNLINK_POOL_SIZE:10}" |
817 | ota_pool_size: "${LWM2M_OTA_POOL_SIZE:10}" | 817 | ota_pool_size: "${LWM2M_OTA_POOL_SIZE:10}" |
818 | clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}" | 818 | clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}" |
819 | - log_max_length: "${LWM2M_LOG_MAX_LENGTH:1024}" | ||
820 | # Use redis for Security and Registration stores | 819 | # Use redis for Security and Registration stores |
821 | redis.enabled: "${LWM2M_REDIS_ENABLED:false}" | 820 | redis.enabled: "${LWM2M_REDIS_ENABLED:false}" |
822 | snmp: | 821 | snmp: |
@@ -91,10 +91,6 @@ public class LwM2MTransportServerConfig implements LwM2MSecureServerConfig { | @@ -91,10 +91,6 @@ public class LwM2MTransportServerConfig implements LwM2MSecureServerConfig { | ||
91 | private Integer securePort; | 91 | private Integer securePort; |
92 | 92 | ||
93 | @Getter | 93 | @Getter |
94 | - @Value("${transport.lwm2m.log_max_length:}") | ||
95 | - private int logMaxLength; | ||
96 | - | ||
97 | - @Getter | ||
98 | @Value("${transport.lwm2m.psm_activity_timer:10000}") | 94 | @Value("${transport.lwm2m.psm_activity_timer:10000}") |
99 | private long psmActivityTimer; | 95 | private long psmActivityTimer; |
100 | 96 |
@@ -199,7 +199,6 @@ transport: | @@ -199,7 +199,6 @@ transport: | ||
199 | downlink_pool_size: "${LWM2M_DOWNLINK_POOL_SIZE:10}" | 199 | downlink_pool_size: "${LWM2M_DOWNLINK_POOL_SIZE:10}" |
200 | ota_pool_size: "${LWM2M_OTA_POOL_SIZE:10}" | 200 | ota_pool_size: "${LWM2M_OTA_POOL_SIZE:10}" |
201 | clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}" | 201 | clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}" |
202 | - log_max_length: "${LWM2M_LOG_MAX_LENGTH:1024}" | ||
203 | psm_activity_timer: "${LWM2M_PSM_ACTIVITY_TIMER:10000}" | 202 | psm_activity_timer: "${LWM2M_PSM_ACTIVITY_TIMER:10000}" |
204 | paging_transmission_window: "${LWM2M_PAGING_TRANSMISSION_WINDOW:10000}" | 203 | paging_transmission_window: "${LWM2M_PAGING_TRANSMISSION_WINDOW:10000}" |
205 | # Use redis for Security and Registration stores | 204 | # Use redis for Security and Registration stores |