mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			237 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			237 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
module Limits
 | 
						|
  BULK_ACTIONS_LIMIT = 100
 | 
						|
  BULK_EXTERNAL_HTTP_CALLS_LIMIT = 25
 | 
						|
  URL_LENGTH_LIMIT = 2048 # https://stackoverflow.com/questions/417142
 | 
						|
  OUT_OF_OFFICE_MESSAGE_MAX_LENGTH = 10_000
 | 
						|
  GREETING_MESSAGE_MAX_LENGTH = 10_000
 | 
						|
end
 |