Removing bad decision for -d (user should be able to choose)

This commit is contained in:
Miroslav Stampar
2016-10-17 22:32:23 +02:00
parent 6be10b307d
commit 24eaf55dc8
3 changed files with 3 additions and 6 deletions

View File

@@ -86,9 +86,6 @@ def setHandler():
conf.dbmsConnector = Connector()
if conf.direct:
logger.debug("forcing timeout to 10 seconds")
conf.timeout = 10
dialect = DBMS_DICT[dbms][3]
if dialect: