Skip to content

Commit

Permalink
[MI-3555] Update queue and workers size in handlers (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayusht2810 authored Sep 22, 2023
1 parent 1e28476 commit 97065e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/handlers/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ var imageRE = regexp.MustCompile(`<img .*?>`)

const (
lastReceivedChangeKey = "last_received_change"
numberOfWorkers = 20
activityQueueSize = 1000
numberOfWorkers = 50
activityQueueSize = 5000
msteamsUserTypeGuest = "Guest"
)

Expand Down

0 comments on commit 97065e3

Please sign in to comment.