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

Remove duplicate sidekiq throttling parameters

Former-commit-id: b52dd684
parent 927a1ced
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