2025-03-18 02:21:06 +00:00
|
|
|
# vim: set et sta sw=4 ts=4 :
|
|
|
|
|
|
2025-11-04 09:06:11 -08:00
|
|
|
import lbug
|
2025-03-18 02:21:06 +00:00
|
|
|
|
2025-11-04 09:06:11 -08:00
|
|
|
let db = newLbugDatabase()
|
2025-03-18 02:21:06 +00:00
|
|
|
let conn = db.connect
|
|
|
|
|
|
|
|
|
|
# There is currently no getter for this, so
|
|
|
|
|
# we'll just have to assume a lack of
|
|
|
|
|
# exception/error means success.
|
|
|
|
|
conn.queryTimeout( 1000 )
|
|
|
|
|
|