diff --git a/conf/sample.ini b/conf/sample.ini index ce9344e1d4f..eaedfcc6f5e 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -82,6 +82,12 @@ # For "sqlite3" only, path relative to data_path setting ;path = grafana.db +# Max conn setting default is 0 (mean not set) +;max_conn = +;max_idle_conn = +;max_open_conn = + + #################################### Session #################################### [session] # Either "memory", "file", "redis", "mysql", "postgres", default is "file"