Commit 3a64a4ad authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 640e833d
......@@ -657,7 +657,7 @@ func (db *DB) put(conn *Connection) {
copy(db.pool[i+1:], db.pool[i:])
db.pool[i] = conn
// XXX GC too idle connections here
// TODO GC too idle connections here
}
// ---- txn sync ----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment