Skip to content

Commit

Permalink
rename to enable_snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingwizard committed Jan 17, 2025
1 parent 0c03738 commit 612a5a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2228,8 +2228,9 @@ message Sandbox {

optional string proxy_id = 23;

// Enable memory snapshots.
bool enable_memory_snapshot = 24;
// Enable snapshotting the sandbox (both memory and filesystem).
// This doesn't need to be enabled to save the filesystem as an image (i.e. a filesystem-only snapshot).
bool enable_snapshot = 24;

// Used to pin gVisor version for memory-snapshottable sandboxes.
// This field is set by the server, not the client.
Expand Down

0 comments on commit 612a5a5

Please sign in to comment.