Remove redundant parameter
This commit is contained in:
		
							parent
							
								
									1298f6b130
								
							
						
					
					
						commit
						2a3f17a00f
					
				@ -816,7 +816,6 @@ transport:
 | 
			
		||||
    downlink_pool_size: "${LWM2M_DOWNLINK_POOL_SIZE:10}"
 | 
			
		||||
    ota_pool_size: "${LWM2M_OTA_POOL_SIZE:10}"
 | 
			
		||||
    clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}"
 | 
			
		||||
    log_max_length: "${LWM2M_LOG_MAX_LENGTH:1024}"
 | 
			
		||||
    # Use redis for Security and Registration stores
 | 
			
		||||
    redis.enabled: "${LWM2M_REDIS_ENABLED:false}"
 | 
			
		||||
  snmp:
 | 
			
		||||
 | 
			
		||||
@ -90,10 +90,6 @@ public class LwM2MTransportServerConfig implements LwM2MSecureServerConfig {
 | 
			
		||||
    @Value("${transport.lwm2m.server.security.bind_port:}")
 | 
			
		||||
    private Integer securePort;
 | 
			
		||||
 | 
			
		||||
    @Getter
 | 
			
		||||
    @Value("${transport.lwm2m.log_max_length:}")
 | 
			
		||||
    private int logMaxLength;
 | 
			
		||||
 | 
			
		||||
    @Getter
 | 
			
		||||
    @Value("${transport.lwm2m.psm_activity_timer:10000}")
 | 
			
		||||
    private long psmActivityTimer;
 | 
			
		||||
 | 
			
		||||
@ -199,7 +199,6 @@ transport:
 | 
			
		||||
    downlink_pool_size: "${LWM2M_DOWNLINK_POOL_SIZE:10}"
 | 
			
		||||
    ota_pool_size: "${LWM2M_OTA_POOL_SIZE:10}"
 | 
			
		||||
    clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}"
 | 
			
		||||
    log_max_length: "${LWM2M_LOG_MAX_LENGTH:1024}"
 | 
			
		||||
    psm_activity_timer: "${LWM2M_PSM_ACTIVITY_TIMER:10000}"
 | 
			
		||||
    paging_transmission_window: "${LWM2M_PAGING_TRANSMISSION_WINDOW:10000}"
 | 
			
		||||
    # Use redis for Security and Registration stores
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user