diff --git a/conf/defaults.ini b/conf/defaults.ini index 394c5dee1a0..02093ab900c 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -125,7 +125,7 @@ path = grafana.db # For "sqlite3" only. cache mode setting used for connecting to the database cache_mode = private -# For "mysql" only if lockingMigration feature toggle is set. How many seconds to wait before failing to lock the database for the migrations, default is 0. +# For "mysql" only if migrationLocking feature toggle is set. How many seconds to wait before failing to lock the database for the migrations, default is 0. locking_attempt_timeout_sec = 0 #################################### Cache server ############################# diff --git a/conf/sample.ini b/conf/sample.ini index 17fbf9cc500..f062397ae97 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -126,7 +126,7 @@ # For "sqlite3" only. cache mode setting used for connecting to the database. (private, shared) ;cache_mode = private -# For "mysql" only if lockingMigration feature toggle is set. How many seconds to wait before failing to lock the database for the migrations, default is 0. +# For "mysql" only if migrationLocking feature toggle is set. How many seconds to wait before failing to lock the database for the migrations, default is 0. ;locking_attempt_timeout_sec = 0 ################################### Data sources ######################### diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index ab31e83aa18..0d7b6d75048 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -324,7 +324,7 @@ Sets the maximum amount of time a connection may be reused. The default is 14400 ### locking_attempt_timeout_sec -For "mysql", if `lockingMigration` feature toggle is set, specify the time (in seconds) to wait before failing to lock the database for the migrations. Default is 0. +For "mysql", if the `migrationLocking` feature toggle is set, specify the time (in seconds) to wait before failing to lock the database for the migrations. Default is 0. ### log_queries