File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Bug fixes:
12
12
13
+ - fix(fastly): Increase maximum dictionary size to 25,000 items. ([ #666 ] ( https://github.com/fastly/go-fastly/pull/666 ) )
14
+
13
15
### Dependencies:
14
16
- build(deps): ` actions/create-github-app-token ` from 1 to 2 ([ #654 ] ( https://github.com/fastly/go-fastly/pull/654 ) )
15
17
- build(deps): ` golang.org/x/sys ` from 0.31.0 to 0.32.0 ([ #652 ] ( https://github.com/fastly/go-fastly/pull/652 ) )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const (
26
26
27
27
// MaximumDictionarySize represents the maximum number of items that can be
28
28
// placed within an Edge Dictionary.
29
- MaximumDictionarySize = 10000
29
+ MaximumDictionarySize = 25000
30
30
31
31
// MaximumACLSize represents the maximum number of entries that can be placed
32
32
// within an ACL.
You can’t perform that action at this time.
0 commit comments