Skip to content

Commit

Permalink
Merge pull request #3437 from wireapp/dkovacevic-patch-1
Browse files Browse the repository at this point in the history
Stern: Reduce batch size to 50 when GetNotifications
  • Loading branch information
dkovacevic authored Jul 17, 2023
2 parents 0020ed6 + a601cef commit 167cdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/stern/src/Stern/Intra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ getUserNotifications uid = do
200 -> parseResponse (mkError status502 "bad-upstream") r
404 -> parseResponse (mkError status502 "bad-upstream") r
_ -> throwE (mkError status502 "bad-upstream" "")
batchSize = 100 :: Int
batchSize = 50 :: Int

registerOAuthClient :: OAuthClientConfig -> Handler OAuthClientCredentials
registerOAuthClient conf = do
Expand Down

0 comments on commit 167cdd2

Please sign in to comment.