Skip to content

Commit 1b1899e

Browse files
authored
fix: sqa config values unified across projects (#3490)
1 parent 400b9af commit 1b1899e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/server/handler.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ func setup(ctx context.Context, d driver.Registry, cmd *cobra.Command) (admin *h
283283
Endpoint: "https://sqa.ory.sh",
284284
GzipCompressionLevel: 6,
285285
BatchMaxSize: 500 * 1000,
286-
BatchSize: 250,
287-
Interval: time.Hour * 24,
286+
BatchSize: 1000,
287+
Interval: time.Hour * 6,
288288
},
289289
},
290290
)

0 commit comments

Comments
 (0)