Skip to content

Commit

Permalink
fix: sqa config values unified across projects (#3490)
Browse files Browse the repository at this point in the history
  • Loading branch information
misamu committed Apr 17, 2023
1 parent 400b9af commit 1b1899e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/server/handler.go
Expand Up @@ -283,8 +283,8 @@ func setup(ctx context.Context, d driver.Registry, cmd *cobra.Command) (admin *h
Endpoint: "https://sqa.ory.sh",
GzipCompressionLevel: 6,
BatchMaxSize: 500 * 1000,
BatchSize: 250,
Interval: time.Hour * 24,
BatchSize: 1000,
Interval: time.Hour * 6,
},
},
)
Expand Down

0 comments on commit 1b1899e

Please sign in to comment.