Skip to content

Commit 35c0484

Browse files
committed
fix outdated comment
Signed-off-by: Jorge Prendes <[email protected]>
1 parent bd1bc08 commit 35c0484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hyperlight_wasm/src/sandbox/proto_wasm_sandbox.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,8 @@ impl Drop for ProtoWasmSandbox {
202202
/// The default configuration is as follows:
203203
///
204204
/// * The Hyperlight default Host Print implementation is used.
205-
/// * The Sandbox will attempt to run in a hypervisor if and will fail if no Hypervisor is available.
205+
/// * The Sandbox will attempt to run in a hypervisor and will fail if no Hypervisor is available.
206206
/// * The Sandbox will have a stack size of 8K and a heap size of 64K
207-
/// * The Sandbox will have a max execution time of 1000ms and a max wait for cancellation of 100ms
208207
/// * All other Hyperlight configuration values will be set to their defaults.
209208
///
210209
/// This will result in a memory footprint for the VM backing the Sandbox of approximately 434K

0 commit comments

Comments
 (0)