Skip to content

Commit f700d53

Browse files
committed
increase the max length of varchar column of ClassPathCacheEntry table
1 parent 80fc538 commit f700d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/kotlin/org/javacs/kt/classpath/CachedClassPathResolver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import org.jetbrains.exposed.sql.transactions.transaction
1212
import java.nio.file.Path
1313
import java.nio.file.Paths
1414

15-
private const val MAX_PATH_LENGTH = 255
15+
private const val MAX_PATH_LENGTH = 65535
1616

1717
private object ClassPathMetadataCache : IntIdTable() {
1818
val includesSources = bool("includessources")

0 commit comments

Comments
 (0)