Skip to content

Commit 2b57903

Browse files
committed
fix: sqa config values unified across projects
1 parent be8f726 commit 2b57903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/server/handler.go

Lines changed: 2 additions & 2 deletions
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)