pathmax=4096

This commit is contained in:
Ben McClelland
2020-03-02 16:19:37 -08:00
parent 2c69b6bda2
commit bf480e6666
+1 -1
View File
@@ -22,7 +22,7 @@ import (
const (
max64 = 0xffffffffffffffff
max32 = 0xffffffff
pathmax = 1024
pathmax = 4096
sysscoutfs = "/sys/fs/scoutfs/"
leaderfile = "quorum/is_leader"
serveraddr = "mount_options/server_addr"