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:
Poojawa
2018-09-05 23:45:53 -05:00
parent cfc2e061a5
commit 235bbae157
15 changed files with 516 additions and 185 deletions

View File

@@ -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