We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cb533 commit 3e1a5b0Copy full SHA for 3e1a5b0
server/src/main/kotlin/org/javacs/kt/index/SymbolIndex.kt
@@ -22,7 +22,7 @@ private object Symbols : Table() {
22
* A global view of all available symbols across all packages.
23
*/
24
class SymbolIndex {
25
- private val db = Database.connect("jdbc:h2:mem:symbolindex", "org.h2.Driver")
+ private val db = Database.connect("jdbc:h2:mem:symbolindex;DB_CLOSE_DELAY=-1", "org.h2.Driver")
26
27
init {
28
transaction(db) {
0 commit comments