mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
chore: Limit conversation resolution Job (#6433)
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
This commit is contained in:
3
lib/limits.rb
Normal file
3
lib/limits.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
module Limits
|
||||
BULK_ACTIONS_LIMIT = 100
|
||||
end
|
||||
Reference in New Issue
Block a user