mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	servprotect: bump default conf up to 10 hits/10 seconds
This commit is contained in:
		
							parent
							
								
									dcc171095f
								
							
						
					
					
						commit
						d734fc3280
					
				@ -6,7 +6,7 @@ from pylinkirc.log import log
 | 
			
		||||
 | 
			
		||||
# check for definitions
 | 
			
		||||
servprotect_conf = conf.conf.get('servprotect', {})
 | 
			
		||||
length = servprotect_conf.get('length', 5)
 | 
			
		||||
length = servprotect_conf.get('length', 10)
 | 
			
		||||
age = servprotect_conf.get('age', 10)
 | 
			
		||||
 | 
			
		||||
savecache = ExpiringDict(max_len=length, max_age_seconds=age)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user