Skip to content

Commit

Permalink
Audit-store support the feature of audit-version
Browse files Browse the repository at this point in the history
  • Loading branch information
doleyzi committed Apr 15, 2024
1 parent fc098b9 commit e0b552f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void add(int auditID, String inlongGroupID, String inlongStreamID, Long l
}

public void add(int auditID, String auditTag, String inlongGroupID, String inlongStreamID, Long logTime,
long count, long size, long auditVersion) {
long count, long size, long auditVersion) {
long delayTime = System.currentTimeMillis() - logTime;
add(auditID, auditTag, inlongGroupID, inlongStreamID, logTime, count, size,
delayTime * count, auditVersion);
Expand Down

0 comments on commit e0b552f

Please sign in to comment.