Skip to content

Commit

Permalink
(wip) api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingwizard committed Jan 16, 2025
1 parent 6295add commit 7b68aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ message ContainerFilesystemExecResponse {

message SandboxSnapshotRequest {
string sandbox_id = 1;
float timeout = 2;
}

message SandboxSnapshotResponse {
Expand All @@ -890,7 +891,6 @@ message SandboxRestoreRequest {

message SandboxRestoreResponse {
string sandbox_id = 1;
GenericResult result = 2;
}

message ContainerHeartbeatRequest {
Expand Down

0 comments on commit 7b68aa8

Please sign in to comment.