Skip to content

Commit aa1ee9b

Browse files
committed
got rid of pointless keep alive
1 parent 82c0b7c commit aa1ee9b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/devbox_tunnel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ async def recipe(ctx: RecipeContext) -> RecipeOutput:
4949
name="devbox-tunnel-example",
5050
launch_parameters={
5151
"resource_size_request": "X_SMALL",
52-
"keep_alive_time_seconds": 60 * 10,
5352
},
5453
)
5554
cleanup.add(f"devbox:{devbox.id}", devbox.shutdown)

0 commit comments

Comments
 (0)