Skip to content

Commit c4751c6

Browse files
committed
shrink build context to 1h
1 parent 7225715 commit c4751c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/blueprint_with_build_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
BLUEPRINT_POLL_MAX_ATTEMPTS = 600
4343

4444
# configure object storage ttl for the build context
45-
BUILD_CONTEXT_TTL = timedelta(days=1)
45+
BUILD_CONTEXT_TTL = timedelta(hours=1)
4646

4747

4848
async def recipe(ctx: RecipeContext) -> RecipeOutput:

0 commit comments

Comments
 (0)