Skip to content

Commit

Permalink
Set DEFAULT_STREAMING_LIMIT from 50 to 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
renjiezh committed Oct 1, 2024
1 parent f9a5852 commit 914cf1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class ComputationsService(
* Default limit for [org.wfanet.measurement.internal.kingdom.StreamMeasurementsRequest]
* messages.
*/
const val DEFAULT_STREAMING_LIMIT = 50
const val DEFAULT_STREAMING_LIMIT = 10

private val STATES_SUBSCRIBED =
listOf(
Expand Down

0 comments on commit 914cf1e

Please sign in to comment.