Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export type { Env } from "./worker-env.js";
// Subclass the Cloudflare Sandbox so Codevil can keep active agent sessions
// alive and persist stop diagnostics across abnormal socket closures.
export class Sandbox<RuntimeEnv extends Env = Env> extends BaseSandbox<RuntimeEnv> {
override sleepAfter = "10m";
override sleepAfter = "20m";
private readonly redactionSecrets: readonly string[];

constructor(ctx: DurableObjectState<{}>, env: RuntimeEnv) {
Expand Down
Loading