Skip to content

Commit

Permalink
Merge pull request #216 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth committed Jul 12, 2023
2 parents a1fac56 + f42fc00 commit 4ada951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Async reporting is now used bby default, by @HardNorth

## [5.1.21]
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ListenerParameters implements Cloneable {
private static final boolean DEFAULT_SKIP_ISSUE = true;
private static final boolean DEFAULT_CONVERT_IMAGE = false;
private static final boolean DEFAULT_RETURN = false;
private static final boolean DEFAULT_ASYNC_REPORTING = false;
private static final boolean DEFAULT_ASYNC_REPORTING = true;
private static final boolean DEFAULT_CALLBACK_REPORTING_ENABLED = false;
private static final boolean DEFAULT_HTTP_LOGGING = false;
private static final int DEFAULT_RX_BUFFER_SIZE = 128;
Expand Down

0 comments on commit 4ada951

Please sign in to comment.