Skip to content

Commit

Permalink
Victory suite update
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryforphil committed Nov 25, 2024
1 parent ff62f9c commit 9e64f10
Show file tree
Hide file tree
Showing 3 changed files with 2,657 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lil-gcs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub struct TCPNodeSubscriber {
impl BrokerTask for TCPNodeSubscriber {
fn get_config(&self) -> victory_broker::task::config::BrokerTaskConfig {
BrokerTaskConfig::new("gcs-server")
.with_trigger(BrokerTaskTrigger::Rate(Timespan::new_hz(10.0)))
.with_trigger(BrokerTaskTrigger::Rate(Timespan::new_hz(5.0)))
.with_subscription(BrokerTaskSubscription::new_updates_only(&TopicKey::from_str("")))
.with_flag(BrokerCommanderFlags::NonBlocking)
}
Expand Down
Loading

0 comments on commit 9e64f10

Please sign in to comment.