Skip to content

Commit

Permalink
wip: fix ping
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns committed Nov 5, 2024
1 parent 7bfc6b1 commit e61c133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/ping/ping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ major_frame: 1s
partitions:
- id: 0
name: ping_client
duration: 10ms
duration: 50ms
offset: 0ms
period: 1s
image: ping_client
- id: 1
name: ping_server
duration: 20ms
duration: 50ms
offset: 450ms
period: 1s
image: ping_server
Expand Down
4 changes: 2 additions & 2 deletions examples/ping_queue/ping_queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ major_frame: 1s
partitions:
- id: 0
name: ping_queue_client
duration: 10ms
duration: 50ms
offset: 0ms
period: 1s
image: ping_queue_client
- id: 1
name: ping_queue_server
duration: 20ms
duration: 50ms
offset: 450ms
period: 1s
image: ping_queue_server
Expand Down

0 comments on commit e61c133

Please sign in to comment.