Skip to content

Commit

Permalink
fix: sqa config values unified across projects (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
misamu authored Apr 17, 2023
1 parent a615f7b commit 9374d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ func RunServe(version, build, date string) func(cmd *cobra.Command, args []strin
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 9374d2f

Please sign in to comment.