Skip to content

Commit

Permalink
update cache defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil-goel committed Jan 9, 2025
1 parent e9610e2 commit b28d02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/server_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
ZeroLimitsDefaults = `uid-lease=0; refill-interval=30s; disable-admin-http=false;`
GraphQLDefaults = `introspection=true; debug=false; extensions=true; poll-interval=1s; ` +
`lambda-url=;`
CacheDefaults = `size-mb=1024; percentage=0,80,20;`
CacheDefaults = `size-mb=2048; percentage=40,40,20; keep-updates=false`
FeatureFlagsDefaults = `normalize-compatibility-mode=`
)

Expand Down

0 comments on commit b28d02c

Please sign in to comment.