diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-11-04 12:53:12 -0600 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-11-10 11:38:10 -0600 |
commit | 9e2964c15a7d387e46e25c83afa478c12a856d77 (patch) | |
tree | d17fbb92b21696b765b1eb3d903330c5383a7213 /db/schema.rb | |
parent | d366a943ffe2ae6c3599c2ebc4469d49a103bacb (diff) | |
download | gitlab-ce-9e2964c15a7d387e46e25c83afa478c12a856d77.tar.gz |
Allow certain Sidekiq jobs to be throttled
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 62c325a52d7..31d01403508 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -98,6 +98,7 @@ ActiveRecord::Schema.define(version: 20161106185620) do t.text "help_page_text_html" t.text "shared_runners_text_html" t.text "after_sign_up_text_html" + t.boolean "sidekiq_throttling_enabled", default: false t.boolean "housekeeping_enabled", default: true, null: false t.boolean "housekeeping_bitmaps_enabled", default: true, null: false t.integer "housekeeping_incremental_repack_period", default: 10, null: false |