mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 03:08:58 +03:00
Analytics: code quality
This commit is contained in:
parent
eeeab1dd0e
commit
eb1a30cc30
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class DefaultVectorAnalytics @Inject constructor(
|
|||
// Capture deep links as part of the screen call. (off by default)
|
||||
// .captureDeepLinks()
|
||||
|
||||
// Maximum number of events to keep in queue before flushing (20)
|
||||
// Maximum number of events to keep in queue before flushing (default 20)
|
||||
// .flushQueueSize(20)
|
||||
|
||||
// Max delay before flushing the queue (30 seconds)
|
||||
|
|
Loading…
Add table
Reference in a new issue