Skip to content

Commit

Permalink
swap out hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyz32 committed Oct 18, 2024
1 parent d406eda commit 652abd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public WatchMsgEvent(final String _name, final String _session_id, final String

@Override
public void configure() {
from("timer://foo?synchronous=true&period=" + 5)
from("timer://foo?synchronous=true&period=" + m_interval)
.routeId("manzan_msg:"+m_name)
.process(exchange -> {
// Reset the list of ordinal positions at the start of each execution
Expand Down

0 comments on commit 652abd3

Please sign in to comment.