Skip to content

Commit

Permalink
max time hint for udp reduced to 120 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a committed Aug 13, 2023
1 parent ee68594 commit 869d6cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ConnectionTrackerAdapter(private val context: Context) :

private const val MAX_BYTES = 500000 // 500 KB
private const val MAX_TIME_TCP = 120 // seconds
private const val MAX_TIME_UDP = 300 // seconds
private const val MAX_TIME_UDP = 120 // seconds
}

override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ConnectionTrackerViewHolder {
Expand Down

0 comments on commit 869d6cb

Please sign in to comment.