Commit 4c7d9b44 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Make the template actually honour the settings

parent 871ce4c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ sql <%= @name %> {
		#
		#  Setting 'max' to MORE than the number of threads means
		#  that there are more connections than necessary.
		max = ${thread[pool].max_servers}
		max = <%= @num_sql_socks %>

		#  Spare connections to be left idle
		#