Skip to content

Commit

Permalink
Update FuryRecorder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Nov 13, 2024
1 parent db7e9b3 commit 2f8deae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public RuntimeValue<BaseFury> createFury(
// create the Fury instance from the config
FuryBuilder builder = Fury.builder();
builder.requireClassRegistration(config.requiredClassRegistration())
.withName("Fury-" + System.nanoTime())
.withName("Fury-" + this.hashCode())
.withRefTracking(config.trackRef())
.withCompatibleMode(config.compatibleMode())
.withDeserializeNonexistentClass(config.deserializeNonexistentClass())
Expand Down

0 comments on commit 2f8deae

Please sign in to comment.