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.
2 parents b74bb71 + d499d34 commit 5f12bbfCopy full SHA for 5f12bbf
shared/src/main/kotlin/org/javacs/kt/classpath/CachedClassPathResolver.kt
@@ -12,7 +12,7 @@ import org.jetbrains.exposed.sql.transactions.transaction
12
import java.nio.file.Path
13
import java.nio.file.Paths
14
15
-private const val MAX_PATH_LENGTH = 255
+private const val MAX_PATH_LENGTH = 2047
16
17
private object ClassPathMetadataCache : IntIdTable() {
18
val includesSources = bool("includessources")
shared/src/main/kotlin/org/javacs/kt/database/DatabaseService.kt
@@ -26,7 +26,7 @@ class DatabaseMetadataEntity(id: EntityID<Int>) : IntEntity(id) {
26
class DatabaseService {
27
28
companion object {
29
- const val DB_VERSION = 3
+ const val DB_VERSION = 4
30
const val DB_FILENAME = "kls_database.db"
31
}
32
0 commit comments