Skip to content

Commit

Permalink
[#noissue] Changed realtime recentness into 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
smilu97 committed Sep 4, 2023
1 parent 6ee034c commit f557ec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
@Import(RedisRealtimeWebModule.class)
public class RedisRealtimeConfig {

@Value("${pinpoint.web.realtime.agent-recentness:PT5S}")
@Value("${pinpoint.web.realtime.agent-recentness:PT5M}")
Duration agentRecentness;

@Bean
Expand Down

0 comments on commit f557ec0

Please sign in to comment.