Skip to content

Commit

Permalink
add EnableWebProfile to config proto
Browse files Browse the repository at this point in the history
  • Loading branch information
ale7714 committed May 9, 2024
1 parent a2b2989 commit aae1891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/viam/app/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ message RobotConfig {
optional bool disable_partial_start = 10;
repeated PackageConfig packages = 11;
repeated AppValidationStatus overwrite_fragment_status = 12;
// Turns on pprof http server on localhost. By default false.
optional bool enable_web_profile = 13;
}

// Valid location secret that can be used for authentication to the robot.
Expand Down

0 comments on commit aae1891

Please sign in to comment.