mirror of
https://github.com/versity/scoutfs-go.git
synced 2026-07-30 19:22:43 +00:00
pathmax=4096
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user