Skip to content

Commit 2878407

Browse files
authored
Merge pull request #2220 from bugsnag/fix-threadcollectiontimelimitmillis-comment-typo
fix threadCollectionTimeLimitMillis default milliseconds comment
2 parents 1a456f9 + 8e956fb commit 2878407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bugsnag-android-core/src/main/java/com/bugsnag/android/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ public long getThreadCollectionTimeLimitMillis() {
567567

568568
/**
569569
* Sets the maximum time for collecting threads and traces.
570-
* By default, up to 500 milliseconds are reported.
570+
* By default, up to 5000 milliseconds are reported.
571571
*/
572572
public void setThreadCollectionTimeLimitMillis(
573573
@IntRange(from = 0) long threadCollectionTimeLimitMillis

0 commit comments

Comments
 (0)