Skip to content

Commit 2182f47

Browse files
dtsuzuku-ibmfwcd
andauthored
make MAX_PATH_LENGTH a little lower
Co-authored-by: fwcd <30873659+fwcd@users.noreply.github.com>
1 parent f700d53 commit 2182f47

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 = 65535
15+
private const val MAX_PATH_LENGTH = 2047
1616

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

0 commit comments

Comments
 (0)