Skip to content

Commit

Permalink
Fix config default settings for config test
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Jungsbluth <magnus.jungsbluth@zalando.de>
  • Loading branch information
mjungsbluth committed Sep 18, 2023
1 parent f1f73ee commit c4ff548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func defaultConfig() *Config {
LuaModules: commaListFlag(),
LuaSources: commaListFlag(),
OpenPolicyAgentCleanerInterval: 10 * time.Second,
OpenPolicyAgentMaxBodySize: 134217728,
OpenPolicyAgentMaxBodySize: 1048576,
}
}

Expand Down

0 comments on commit c4ff548

Please sign in to comment.