Skip to content

Commit e31c77d

Browse files
committed
fix(worker): reset cache size to default size
1 parent 30e211c commit e31c77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/server_state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
// breaks.
4141
AuditDefaults = `compress=false; days=10; size=100; dir=; output=; encrypt-file=;`
4242
BadgerDefaults = `compression=snappy; numgoroutines=8;`
43-
CacheDefaults = `size-mb=10240; percentage=50,30,20;`
43+
CacheDefaults = `size-mb=1024; percentage=50,30,20;`
4444
CDCDefaults = `file=; kafka=; sasl_user=; sasl_password=; ca_cert=; client_cert=; ` +
4545
`client_key=; sasl-mechanism=PLAIN; tls=false;`
4646
GraphQLDefaults = `introspection=true; debug=false; extensions=true; poll-interval=1s; `

0 commit comments

Comments
 (0)