From 5b7b3fef647379e25de3fc10056082dbb0391886 Mon Sep 17 00:00:00 2001 From: bergquist Date: Fri, 10 Feb 2017 15:29:43 +0100 Subject: [PATCH] conf: adds sample values for db conn settings --- conf/sample.ini | 6 ++++++ 1 file changed, 6 insertions(+) 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"