From 2eaf054ef10eaa458d5b001449bdd03df1e6f1e3 Mon Sep 17 00:00:00 2001 From: Kenneth Zhao Date: Tue, 15 Mar 2022 08:40:40 -0700 Subject: [PATCH] fixing a typo for user_location_length --- docs/configuration/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index d184a4db4f..5aeb483401 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -53,7 +53,7 @@ To add configuration to your config file, you can copy it from the base config. * `remote_post_retention_days`: The default amount of days to retain remote posts when pruning the database. * `user_bio_length`: A user bio maximum length (default: `5000`). * `user_name_length`: A user name maximum length (default: `100`). -* `user_name_length`: A user location maximum length (default: `50`). +* `user_location_length`: A user location maximum length (default: `50`). * `skip_thread_containment`: Skip filter out broken threads. The default is `false`. * `limit_to_local_content`: Limit unauthenticated users to search for local statutes and users only. Possible values: `:unauthenticated`, `:all` and `false`. The default is `:unauthenticated`. * `max_account_fields`: The maximum number of custom fields in the user profile (default: `10`).