Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 7, 2024
1 parent 53c8a3c commit f57f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/webapi/agent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
defaultConfig = Config{
WebAPI: webapi.PluginConfig{
ResourceQuotas: map[core.ResourceNamespace]int{
"default": 1,
"default": 1000,
},
ReadRateLimiter: webapi.RateLimiterConfig{
Burst: 100,
Expand Down

0 comments on commit f57f958

Please sign in to comment.