Browse Source

conf: adds sample values for db conn settings

bergquist 8 years ago
parent
commit
5b7b3fef64
1 changed files with 6 additions and 0 deletions
  1. 6 0
      conf/sample.ini

+ 6 - 0
conf/sample.ini

@@ -82,6 +82,12 @@
 # For "sqlite3" only, path relative to data_path setting
 # For "sqlite3" only, path relative to data_path setting
 ;path = grafana.db
 ;path = grafana.db
 
 
+# Max conn setting default is 0 (mean not set)
+;max_conn =
+;max_idle_conn =
+;max_open_conn =
+
+
 #################################### Session ####################################
 #################################### Session ####################################
 [session]
 [session]
 # Either "memory", "file", "redis", "mysql", "postgres", default is "file"
 # Either "memory", "file", "redis", "mysql", "postgres", default is "file"