Skip to content

Commit

Permalink
[DO-NOT-MERGE] test allow-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Aug 17, 2023
1 parent 8319b2b commit 31045e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ InternalFactHandle insert(Map<String, Object> factMap, boolean event) {
if (event) {
((Event) fact).withExpiration(rulesSet.getEventsTtl().getAmount(), rulesSet.getEventsTtl().getTimeUnit());
}
InternalFactHandle.tempMethod();
InternalFactHandle fh = (InternalFactHandle) kieSession.insert(fact);
if (event) {
sessionStatsCollector.registerProcessedEvent(fh);
Expand Down

0 comments on commit 31045e8

Please sign in to comment.