Skip to content

Commit

Permalink
Use the threshold config from gateway (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
HopeBaron authored Dec 23, 2021
1 parent 607f785 commit 3cb9e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/src/main/kotlin/DefaultGateway.kt
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ internal val GatewayConfiguration.identify
token,
IdentifyProperties(os, name, name),
false.optional(),
50.optionalInt(),
threshold.optionalInt(),
shard.optional(),
presence,
intents
Expand Down

0 comments on commit 3cb9e58

Please sign in to comment.