Skip to content

Commit

Permalink
bump to the new default limit
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dims committed Sep 16, 2023
1 parent 109c117 commit edad1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/gid_allocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"sync"
)

var ACCESS_POINT_PER_FS_LIMIT int = 120
var ACCESS_POINT_PER_FS_LIMIT int = 1000

type FilesystemID struct {
gidMin int
Expand Down

0 comments on commit edad1e8

Please sign in to comment.