Skip to content

Commit

Permalink
SDK supports checkpoint feature
Browse files Browse the repository at this point in the history
  • Loading branch information
doleyzi committed Mar 29, 2024
1 parent 7fce9c3 commit 260cb6f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,14 @@ public class AuditReporterImpl implements Serializable {
private SocketAddressListLoader loader = null;
private static final long DEFAULT_ISOLATE_KEY = 0;
private int flushStatThreshold = 100;

private boolean autoFlush = true;
public void setFlushStatThreshold(int flushStatThreshold) {
this.flushStatThreshold = flushStatThreshold;
}

public void setAutoFlush(boolean autoFlush) {
this.autoFlush = autoFlush;
}

private boolean autoFlush = true;

/**
* Init
*/
Expand Down

0 comments on commit 260cb6f

Please sign in to comment.