Skip to content

Commit 03d18e9

Browse files
committed
Remove extra variables
1 parent 68cb7bf commit 03d18e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tarantool/client.clj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@
99
[next.jdbc.connection :as connection]))
1010

1111
(def max-timeout "Longest timeout, in ms" 10000000)
12-
13-
(def txn-timeout 5000)
1412
(def connect-timeout 10000)
1513
(def socket-timeout 10000)
16-
(def open-timeout
17-
"How long will we wait for an open call by default"
18-
5000)
1914

2015
(defn conn-spec
2116
"JDBC connection spec for a node."

0 commit comments

Comments
 (0)