mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-30 18:47:51 +00:00 
			
		
		
		
	 5cbfcfbfa0
			
		
	
	5cbfcfbfa0
	
	
	
		
			
			We will be adding a limit to the resolution job so that it is performed at a spaced interval. This will ensure there won't be a sudden spike in resource usage fixes: chatwoot/product#707
		
			
				
	
	
		
			4 lines
		
	
	
		
			45 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			45 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| module Limits
 | |
|   BULK_ACTIONS_LIMIT = 100
 | |
| end
 |