mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
ports BSQL to go along with tools
There, now you can shut up about it not being ported you meme
This commit is contained in:
@@ -29,6 +29,17 @@ FEEDBACK_LOGIN username
|
||||
## Password used to access the database.
|
||||
FEEDBACK_PASSWORD password
|
||||
|
||||
## Time in deciseconds for a query to execute before alerting a for possible slow query timeout.
|
||||
## While enabled queries and their execution times are logged if they exceed this value.
|
||||
#QUERY_DEBUG_LOG_TIMEOUT 70
|
||||
## Time in seconds for asynchronous queries to timeout
|
||||
## Set to 0 for infinite
|
||||
ASYNC_QUERY_TIMEOUT 10
|
||||
|
||||
## Time in seconds for blocking queries to execute before slow query timeout
|
||||
## Set to 0 for infinite
|
||||
## Must be less than or equal to ASYNC_QUERY_TIMEOUT
|
||||
BLOCKING_QUERY_TIMEOUT 5
|
||||
|
||||
## The maximum number of additional threads BSQL is allowed to run at once
|
||||
BSQL_THREAD_LIMIT 50
|
||||
|
||||
## Uncomment to enable verbose BSQL communication logs
|
||||
#BSQL_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user