Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 34
Line 4... Line 4...
4
##
4
##
5
##	$Id$
5
##	$Id: 6f346ec9f1d12190f132da20537f99607df71760 $
6
 
6
 
7
######################################################################
7
######################################################################
8
#
8
#
9
#  Configuration for the SQL module
9
#  Configuration for the SQL module
10
#
10
#
Line 72... Line 72...
72
	# Print all SQL statements when in debug mode (-x)
72
	# Print all SQL statements when in debug mode (-x)
73
	sqltrace = no
73
	sqltrace = no
74
	sqltracefile = ${logdir}/sqltrace.sql
74
	sqltracefile = ${logdir}/sqltrace.sql
75
 
75
 
76
	# number of sql connections to make to server
76
	# number of sql connections to make to server
-
 
77
	#
-
 
78
	# Setting this to LESS than the number of threads means
-
 
79
	# that some threads may starve, and you will see errors
-
 
80
	# like "No connections available and at max connection limit"
-
 
81
	#
-
 
82
	# Setting this to MORE than the number of threads means
-
 
83
	# that there are more connections than necessary.
-
 
84
	# 
77
	num_sql_socks = 5
85
	num_sql_socks = ${thread[pool].max_servers}
78
 
86
 
79
	# number of seconds to dely retrying on a failed database
87
	# number of seconds to dely retrying on a failed database
80
	# connection (per_socket)
88
	# connection (per_socket)
81
	connect_failure_retry_delay = 60
89
	connect_failure_retry_delay = 60
82
 
90