Skip to content

Commit

Permalink
Deprecate eventsPerSecond
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Mar 10, 2024
1 parent a1ee8df commit 21957e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ sealed interface Realtime : MainPlugin<Realtime.Config>, CustomSerializationPlug
var disconnectOnSessionLoss: Boolean = true,
var connectOnSubscribe: Boolean = true,
var disconnectOnNoSubscriptions: Boolean = true,
var eventsPerSecond: Int = 10,
@Deprecated("This property is deprecated and will be removed in a future version.") var eventsPerSecond: Int = 10,
): MainConfig(), CustomSerializationConfig {

override var serializer: SupabaseSerializer? = null
Expand Down

0 comments on commit 21957e5

Please sign in to comment.