Skip to content
Snippets Groups Projects
Commit b52dd684 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Remove duplicate sidekiq throttling parameters

parent cb744959
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -106,9 +106,6 @@ ActiveRecord::Schema.define(version: 20161117114805) do
t.integer "housekeeping_incremental_repack_period", default: 10, null: false
t.integer "housekeeping_full_repack_period", default: 50, null: false
t.integer "housekeeping_gc_period", default: 200, null: false
t.boolean "sidekiq_throttling_enabled", default: false
t.string "sidekiq_throttling_queues"
t.decimal "sidekiq_throttling_factor"
end
 
create_table "audit_events", force: :cascade do |t|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment