Skip to content

Commit

Permalink
keep adapter contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Aug 27, 2024
1 parent a5c8b30 commit 241ada0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ProviderProperties {
@Value("${fint.provider.adapter.heartbeat.retention-time-ms:86400000}")
private long adapterHeartbeatRetentionTimeMs;

@Value("${fint.provider.adapter.register.retention-time-ms:86400000}")
@Value("${fint.provider.adapter.register.retention-time-ms:0}")
private long adapterRegisterRetentionTimeMs;

@Value("${fint.provider.adapter.full-sync.retention-time-ms:86400000}")
Expand Down

0 comments on commit 241ada0

Please sign in to comment.