| 
					
				 | 
			
			
				@@ -36,8 +36,8 @@ import io.netty.channel.ChannelInboundHandlerAdapter; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @Component 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 public class DiscardServerHandler extends ChannelInboundHandlerAdapter { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    //private String dataPath = "/home/service/collector_watch/rawdata/"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    private String dataPath = "D:\\work\\rawdata1\\"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private String dataPath = "/home/service/collector_watch/rawdata/"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // private String dataPath = "D:\\work\\rawdata1\\"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static final Logger logger = LoggerFactory.getLogger(DiscardServerHandler.class); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static final Long TEN_M = 10485760l; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static final String prefixName = "watch"; 
			 |