Lower frecency number
This commit is contained in:
parent
eb541fc668
commit
b848f08792
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ module Tab002
|
||||||
config.active_record.raise_in_transactional_callbacks = true
|
config.active_record.raise_in_transactional_callbacks = true
|
||||||
config.active_job.queue_adapter = :delayed_job
|
config.active_job.queue_adapter = :delayed_job
|
||||||
config.call_api_after = 5.minutes
|
config.call_api_after = 5.minutes
|
||||||
config.frecency_num_orders = 100
|
config.frecency_num_orders = 25
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue