make database connection timeout configurable
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
host = "localhost"
|
||||
port = 3306
|
||||
username = "root"
|
||||
password = "secret"
|
||||
password = "secret"
|
||||
timeout = 2 # seconds
|
Reference in New Issue
Block a user