Skip to content

Commit

Permalink
fix(config): Add CheckInterval to toml file for registry (#37)
Browse files Browse the repository at this point in the history
#36

Signed-off-by: Anthony Casagrande <anthony.j.casagrande@intel.com>
  • Loading branch information
ajcasagrande authored Jun 16, 2021
1 parent 8772bf5 commit 13be571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Protocol = 'http'
StartupMsg = 'device llrp started'
Timeout = 5000
ConnectRetries = 10
CheckInterval = '10s'
Labels = []
EnableAsyncReadings = true
AsyncBufferSize = 16
Expand Down

0 comments on commit 13be571

Please sign in to comment.