Skip to content
Snippets Groups Projects
Commit 11206543 authored by Andreas Brandl's avatar Andreas Brandl
Browse files

Apply 2 suggestion(s) to 2 file(s)

parent a012e1a1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -844,7 +844,7 @@ After changing timeout settings, please run `gitlab-ctl reconfigure` to update t
 
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/249662) in GitLab 13.5..
 
GitLab 13.5 adds support to recreate database indexes in background (called "reindexing"). This can
Recreates database indexes in the background (called "reindexing"). This can
be used to remove bloated space that has accumulated in indexes and helps to maintain healthy and
efficient indexes.
 
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
 
reindexing = node['gitlab']['gitlab-rails']['database_reindexing'] || {}
reindexing = node['gitlab']['gitlab-rails']['database_reindexing']
 
include_recipe "crond::enable"
 
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